summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-28 13:10:51 +0000
committerwiz <wiz@pkgsrc.org>2016-06-28 13:10:51 +0000
commit2c832685fb3e7a3de2a6c065a1191af5d4ba0014 (patch)
tree476cbbb8bc58c1b517d492283c040618ac335f74 /security
parent2da30a20b20fbe6eb9a02221309b287a0b9b5b99 (diff)
downloadpkgsrc-2c832685fb3e7a3de2a6c065a1191af5d4ba0014.tar.gz
Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/libressl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index bbc87186efc..73f0409233d 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/03/01 02:07:48 sevan Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/28 13:10:51 wiz Exp $
DISTNAME= libressl-2.2.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_OPENBSD:=LibreSSL/}
@@ -15,6 +16,7 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libcrypto.pc.in
PKGCONFIG_OVERRIDE+= libssl.pc.in
+PKGCONFIG_OVERRIDE+= libtls.pc.in
PKGCONFIG_OVERRIDE+= openssl.pc.in
LIBRESSL_PREFIX= ${PREFIX}/${PKGBASE}
@@ -29,7 +31,7 @@ CONFS= cert.pem openssl.cnf x509v3.cnf
.for f in ${CONFS}
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
-
+
# Handle subprefix
LDFLAGS+= ${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
BUILDLINK_PASSTHRU_RPATHDIRS+= ${LIBRESSL_PREFIX:Q}/lib