pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl unconditionally wants dlopen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f698b85350b5
branches:  trunk
changeset: 648120:f698b85350b5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Mar 11 22:49:40 2015 +0000

description:
unconditionally wants dlopen

diffstat:

 security/openssl/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d3ea650ca824 -r f698b85350b5 security/openssl/Makefile
--- a/security/openssl/Makefile Wed Mar 11 22:37:18 2015 +0000
+++ b/security/openssl/Makefile Wed Mar 11 22:49:40 2015 +0000
@@ -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-${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 @@
 pre-configure:
        cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${PERL5}
 
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index