diff options
Diffstat (limited to 'security/gpgme/patches/patch-aa')
-rw-r--r-- | security/gpgme/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gpgme/patches/patch-aa b/security/gpgme/patches/patch-aa new file mode 100644 index 00000000000..493c43a238d --- /dev/null +++ b/security/gpgme/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/12/14 15:05:01 wiz Exp $ + +--- gpgme/gpgme-config.in.orig 2003-09-03 22:59:35.000000000 +0200 ++++ gpgme/gpgme-config.in +@@ -84,7 +84,7 @@ while test $# -gt 0; do + output="$output $gpg_error_cflags" + ;; + --libs) +- output="$output -L$libdir" ++ output="$output -Wl,-R$libdir -L$libdir" + case "$thread_module" in + pthread) + output="$output -lgpgme-pthread $libs_pthread" |