From 09d04b1e6d5af4f0ec1abb318d63c157dcb07213 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 18 Apr 2007 14:11:33 +0000 Subject: Make sure that the "dlcompat" related options are actually added to "LDFLAGS". This is another attempt to fix PR pkg/36086. --- security/openssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') 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. -- cgit v1.2.3