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.
This commit is contained in:
parent
86d5294dfb
commit
74dc0e7a18
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue