summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authortron <tron>2007-04-26 21:11:05 +0000
committertron <tron>2007-04-26 21:11:05 +0000
commitb06329be805956fc835007a3c56001009cb85799 (patch)
tree4c600d549433f9a4b93e8635b1fa59aecad92319 /security/openssl/Makefile
parent651cc6626d7314ab15cae1fc96815e3401f30a94 (diff)
downloadpkgsrc-b06329be805956fc835007a3c56001009cb85799.tar.gz
Also link with the "dl" library when creating the shared libraries.
Another attempt to fix PR pkg/36086.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index c4666f8f9c2..48b4157328c 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2007/04/24 14:10:37 tron Exp $
+# $NetBSD: Makefile,v 1.124 2007/04/26 21:11:05 tron Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -85,7 +85,7 @@ SUBST_MESSAGE.dl= Adding dynmamic link compatibility library.
SUBST_STAGE.dl= post-configure
SUBST_FILES.dl= Makefile apps/Makefile crypto/Makefile \
crypto/pkcs7/Makefile fips/Makefile test/Makefile
-SUBST_SED.dl= -e "s,^EX_LIBS=,EX_LIBS=${BUILDLINK_LDFLAGS.dlcompat} ,g"
+SUBST_SED.dl= -e "s,^EX_LIBS=,EX_LIBS=${DL_LDFLAGS} ,g"
.endif
.include "../../security/openssl/options.mk"