diff options
author | obache <obache@pkgsrc.org> | 2014-06-05 03:14:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-05 03:14:05 +0000 |
commit | 010818c3b1a498bd219f591f13081b8a270ca476 (patch) | |
tree | 548a028b21207c003b6ccca722f5fe3d74bdb63b /security | |
parent | dff10ee657a4dae4f14953ee715e1ee65b4a1ff1 (diff) | |
download | pkgsrc-010818c3b1a498bd219f591f13081b8a270ca476.tar.gz |
Fixes missing override of pc files.
PR pkg/48871.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index bdee7a17b2d..aa71ca5d64e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.191 2014/06/05 02:53:18 obache Exp $ +# $NetBSD: Makefile,v 1.192 2014/06/05 03:14:05 obache Exp $ DISTNAME= openssl-1.0.1g MASTER_SITES= http://ftp.openssl.org/source/ -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= ossl CATEGORIES= security @@ -126,6 +126,9 @@ CONFIGURE_ARGS+= linux-ppc64 CONFIGURE_ARGS+= ${CFLAGS} ${LDFLAGS} CONFIGURE_ENV+= PERL=${PERL5:Q} +PKGCONFIG_OVERRIDE+= libcrypto.pc libssl.pc openssl.pc +PKGCONFIG_OVERRIDE_STAGE= post-build + PLIST_SRC+= ${PKGDIR}/PLIST.common USE_PLIST_SHLIB?= yes .if ${USE_PLIST_SHLIB} == "yes" |