16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
$NetBSD: patch-aa,v 1.11 2012/07/29 22:24:32 dholland Exp $
|
|
|
|
Make sure the rpath gets set.
|
|
|
|
--- configure.orig 2011-05-05 01:10:35.000000000 +0400
|
|
+++ configure 2011-05-09 00:00:51.000000000 +0400
|
|
@@ -11598,7 +11598,7 @@
|
|
|
|
|
|
GSL_CFLAGS="-I$includedir"
|
|
-GSL_LIBS="-L$libdir -lgsl"
|
|
+GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"
|
|
LIBM=
|
|
case $host in
|
|
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|