summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-11 22:49:40 +0000
committertnn <tnn@pkgsrc.org>2015-03-11 22:49:40 +0000
commit2d39748e2236098c2e69667a98959fcd7e81469b (patch)
tree77766ee2b23f032cfa9f1f0f7b3169f160cca9cb
parent1f9ba5b041e9902c9c593f6b7cbe1a87bd7c4b67 (diff)
downloadpkgsrc-2d39748e2236098c2e69667a98959fcd7e81469b.tar.gz
unconditionally wants dlopen
-rw-r--r--security/openssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index d7ef913a032..399540d3766 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2015/02/12 13:08:53 adam Exp $
+# $NetBSD: Makefile,v 1.203 2015/03/11 22:49:40 tnn Exp $
DISTNAME= openssl-1.0.2
CATEGORIES= security
@@ -77,8 +77,6 @@ CONFIGURE_ARGS+= darwin-ppc-cc
CONFIGURE_ARGS+= darwin-${MACHINE_ARCH}-cc
. endif
-.include "../../mk/dlopen.buildlink3.mk"
-
SUBST_CLASSES+= dl
SUBST_MESSAGE.dl= Adding dynamic link compatibility library.
SUBST_STAGE.dl= post-configure
@@ -158,4 +156,5 @@ INSTALLATION_DIRS+= share/examples/openssl
pre-configure:
cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${PERL5}
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"