summaryrefslogtreecommitdiff
path: root/net/wget/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/wget/patches/patch-ah')
-rw-r--r--net/wget/patches/patch-ah4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/patches/patch-ah b/net/wget/patches/patch-ah
index aa84d894b7f..0f92a23852c 100644
--- a/net/wget/patches/patch-ah
+++ b/net/wget/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.2 2003/03/22 12:06:16 jmmv Exp $
+$NetBSD: patch-ah,v 1.3 2003/06/04 09:02:25 jmmv Exp $
--- configure.orig Mon Dec 16 17:06:11 2002
+++ configure Mon Dec 16 17:07:42 2002
@@ -16,7 +16,7 @@ $NetBSD: patch-ah,v 1.2 2003/03/22 12:06:16 jmmv Exp $
else
SSL_INCLUDES=-I$ssl_root/include
- LDFLAGS="-L$ssl_root/lib -R$ssl_root/lib $wget_save_LDFLAGS"
-+ LDFLAGS="-L$ssl_root/lib ${RPATH_FLAG}$ssl_root/lib $wget_save_LDFLAGS"
++ LDFLAGS="${OPENSSL_LDFLAGS} $wget_save_LDFLAGS"
fi
echo "$ac_t"""Looking for SSL libraries in $ssl_root"" 1>&6