summaryrefslogtreecommitdiff
path: root/www/libwww/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2002-09-23 13:52:15 +0000
committermarkd <markd@pkgsrc.org>2002-09-23 13:52:15 +0000
commit9da9d2f41f401a425fefad01ae5f77de7cbbbc07 (patch)
tree5934fc984736643345e0dad4b810d0d24cca1f6c /www/libwww/patches
parente8be4934f777e0f2b6db47406d51aaa64b1d4329 (diff)
downloadpkgsrc-9da9d2f41f401a425fefad01ae5f77de7cbbbc07.tar.gz
-Wl,-rpath -> -Wl,-R to also work on Solaris.
Diffstat (limited to 'www/libwww/patches')
-rw-r--r--www/libwww/patches/patch-ah4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/patches/patch-ah b/www/libwww/patches/patch-ah
index 506d67faf0c..408226959cb 100644
--- a/www/libwww/patches/patch-ah
+++ b/www/libwww/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.6 2002/08/25 18:40:23 jlam Exp $
+$NetBSD: patch-ah,v 1.7 2002/09/23 13:52:16 markd Exp $
--- configure.in.orig Thu Dec 14 11:49:06 2000
+++ configure.in Tue Aug 28 17:09:57 2001
@@ -213,7 +213,12 @@
@@ -91,7 +91,7 @@ $NetBSD: patch-ah,v 1.6 2002/08/25 18:40:23 jlam Exp $
+ SSLLIBS="$ssllib"
+ else
+ SSLINC="-I${withval}/include/openssl -I${withval}/include"
-+ SSLLIBS="-L${withval}/lib -lssl -lcrypto -Wl,-rpath,${withval}/lib"
++ SSLLIBS="-L${withval}/lib -lssl -lcrypto -Wl,-R${withval}/lib"
fi
- LIBS="$LIBS $withval"
+ SAVED_LIBS="${LIBS}"