summaryrefslogtreecommitdiff
path: root/security/libnasl/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/libnasl/patches')
-rw-r--r--security/libnasl/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libnasl/patches/patch-aa b/security/libnasl/patches/patch-aa
new file mode 100644
index 00000000000..fc903194c41
--- /dev/null
+++ b/security/libnasl/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2002/05/10 13:18:45 frueauf Exp $
+
+--- nasl-config.in-orig Sun Sep 12 12:08:45 1999
++++ nasl-config.in Fri May 10 13:54:17 2002
+@@ -40,7 +40,7 @@
+ exit 0
+ ;;
+ --libs)
+- echo $Xn "-L$LIBDIR -lnasl $Xc"
++ echo $Xn "-Wl,-R$LIBDIR -L$LIBDIR -lnasl $Xc"
+ ;;
+ --cflags)
+ echo $Xn "-I$INCLUDEDIR $Xc"