mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
$NetBSD: patch-aa,v 1.7 2011/07/13 21:21:52 adam Exp $
|
|
|
|
--- 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'.
|