summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-aa
blob: 72931222e8fc8d98f90bbdad970b4030412fc544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.10 2011/05/08 20:35:25 asau Exp $

--- 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*)