pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Fixes missing override of pc files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84a9fb7afc66
branches:  trunk
changeset: 635398:84a9fb7afc66
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jun 05 03:14:05 2014 +0000

description:
Fixes missing override of pc files.
PR pkg/48871.

Bump PKGREVISION.

diffstat:

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

diffs (24 lines):

diff -r 79a5c37f5be8 -r 84a9fb7afc66 security/openssl/Makefile
--- a/security/openssl/Makefile Thu Jun 05 02:53:18 2014 +0000
+++ b/security/openssl/Makefile Thu Jun 05 03:14:05 2014 +0000
@@ -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+=       ${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"



Home | Main Index | Thread Index | Old Index