1 Star 0 Fork 9

Linux_zhang/pinentry

forked from src-openEuler/pinentry 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Update-also-generated-configure-to-disable-rpath.patch 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
邹林 提交于 2022-07-28 15:03 +08:00 . remove rpath
From 8031753da4bed81fd133dceff8187f0e86e02f3f Mon Sep 17 00:00:00 2001
From: Jakub Jelen <jjelen@redhat.com>
Date: Fri, 16 Apr 2021 09:13:43 +0200
Subject: [PATCH] Update also generated configure to disable rpath
as we do not run autogen.sh to regenerate configure, it is still needed
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index d3b6f42..9d3607e 100755
--- a/configure
+++ b/configure
@@ -10765,7 +10765,9 @@ fi
qtlibdir=`"$PKG_CONFIG" --variable libdir Qt5Core`
if test -n "$qtlibdir"; then
+ if test "$enable_rpath" != "no"; then
PINENTRY_QT_LDFLAGS="$PINENTRY_QT_LDFLAGS -Wl,-rpath \"$qtlibdir\""
+ fi
fi
if test -n "$ac_tool_prefix"; then
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Linux_zhang2024/pinentry.git
git@gitee.com:Linux_zhang2024/pinentry.git
Linux_zhang2024
pinentry
pinentry
master

搜索帮助

371d5123 14472233 46e8bd33 14472233