summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-04-18 14:11:33 +0000
committertron <tron@pkgsrc.org>2007-04-18 14:11:33 +0000
commit09d04b1e6d5af4f0ec1abb318d63c157dcb07213 (patch)
tree2c87a785e8b864ae2084ebb0df3cb42619df5a16 /security
parentaffae226afd63b85154414b097220f38108ec96e (diff)
downloadpkgsrc-09d04b1e6d5af4f0ec1abb318d63c157dcb07213.tar.gz
Make sure that the "dlcompat" related options are actually added to
"LDFLAGS". This is another attempt to fix PR pkg/36086.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index f277a34e53c..ef95b8e8043 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2007/04/17 17:04:00 tron Exp $
+# $NetBSD: Makefile,v 1.122 2007/04/18 14:11:33 tron Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -104,6 +104,8 @@ CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \
${PKG_SYSCONFDIR}/openssl.cnf
OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
+DL_AUTO_VARS= yes
+
# Some shells don't accept empty word lists in for loops. For those
# Makefiles where this occurs, edit the file so that we avoid running
# the loop.