Files
2016-01-21 23:40:00 +01:00

16 lines
433 B
Plaintext

$NetBSD: patch-aa,v 1.8 2014/08/21 19:41:38 wiz Exp $
Add rpath to configure script.
--- src/libgcrypt-config.in.orig 2008-08-19 17:20:04.000000000 +0200
+++ src/libgcrypt-config.in
@@ -155,7 +155,7 @@ if test "$echo_libs" = "yes"; then
# Set up `libdirs'.
if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then
- libdirs="-L$libdir"
+ libdirs="-L$libdir -Wl,-R@libdir@"
fi
# Set up `libs_final'.