Use -Wl,-R$libdir in the `gsl-config' script.
This commit is contained in:
parent
ba75a66f20
commit
b3c69c55b4
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/05/23 20:24:05 jtb Exp $
|
||||
SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7
|
||||
|
||||
SHA1 (gsl-0.8.tar.gz) = c55941943800ec7b7d28ea6d518c96a49a33d4b1
|
||||
Size (gsl-0.8.tar.gz) = 2049607 bytes
|
||||
SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7
|
||||
|
|
13
math/gsl/patches/patch-aa
Normal file
13
math/gsl/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.3 2001/06/01 19:41:09 jtb Exp $
|
||||
|
||||
--- configure.orig Fri Jun 1 20:28:20 2001
|
||||
+++ configure
|
||||
@@ -6739,7 +6739,7 @@
|
||||
# Now restore our (possibly augmented) CFLAGS.
|
||||
CFLAGS="$save_cflags"
|
||||
GSL_CFLAGS="$CFLAGS -I$includedir"
|
||||
-GSL_LIBS="-L$libdir -lgsl"
|
||||
+GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue