diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 22:49:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 22:49:40 +0000 |
commit | 2d39748e2236098c2e69667a98959fcd7e81469b (patch) | |
tree | 77766ee2b23f032cfa9f1f0f7b3169f160cca9cb | |
parent | 1f9ba5b041e9902c9c593f6b7cbe1a87bd7c4b67 (diff) | |
download | pkgsrc-2d39748e2236098c2e69667a98959fcd7e81469b.tar.gz |
unconditionally wants dlopen
-rw-r--r-- | security/openssl/Makefile | 5 |
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" |