summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-03-01 01:39:18 +0000
committersevan <sevan@pkgsrc.org>2016-03-01 01:39:18 +0000
commitd0e4a2d8e1afbf033342a01b0a0d2dbcf9bdcb1b (patch)
treeefac8a00a6c47e46f7f8b6ce05e10e19702c53be /security
parentb5f14071604b9afc49fd64abc2f96d434a4bd4f7 (diff)
downloadpkgsrc-d0e4a2d8e1afbf033342a01b0a0d2dbcf9bdcb1b.tar.gz
BUILDLINK_PASSTHRU_RPATHDIRS is required when building on OpenBSD & NetBSD
Resolves PR 50625 Thanks to jgw AT SDF for PR and kamil@ for the heads up.
Diffstat (limited to 'security')
-rw-r--r--security/libressl/Makefile3
-rw-r--r--security/libressl/PLIST3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index 30dfbabe329..b80a707329f 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/05 01:09:21 sevan Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/01 01:39:18 sevan Exp $
DISTNAME= libressl-2.2.5
CATEGORIES= security
@@ -32,6 +32,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
# Handle subprefix
LDFLAGS+= ${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
+BUILDLINK_PASSTHRU_RPATHDIRS+= ${LIBRESSL_PREFIX:Q}/lib
TEST_TARGET= check
diff --git a/security/libressl/PLIST b/security/libressl/PLIST
index 20f8db115cd..43554284793 100644
--- a/security/libressl/PLIST
+++ b/security/libressl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/05 01:09:21 sevan Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/03/01 01:39:18 sevan Exp $
libressl/bin/openssl
libressl/include/openssl/aes.h
libressl/include/openssl/asn1.h
@@ -324,6 +324,7 @@ libressl/man/man3/BN_num_bits.3
libressl/man/man3/BN_num_bits_word.3
libressl/man/man3/BN_num_bytes.3
libressl/man/man3/BN_one.3
+libressl/man/man3/BN_print.3
libressl/man/man3/BN_print_fp.3
libressl/man/man3/BN_pseudo_rand.3
libressl/man/man3/BN_pseudo_rand_range.3