summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-06-05 03:14:05 +0000
committerobache <obache@pkgsrc.org>2014-06-05 03:14:05 +0000
commit651c0a2f2a1554eee31a29fbf11ab47ce50fb4b5 (patch)
tree548a028b21207c003b6ccca722f5fe3d74bdb63b /security/openssl
parent7454713f8537a2ec21cdb5c56672b8577c5879ae (diff)
downloadpkgsrc-651c0a2f2a1554eee31a29fbf11ab47ce50fb4b5.tar.gz
Fixes missing override of pc files.
PR pkg/48871. Bump PKGREVISION.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile7
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"