diff options
author | minskim <minskim> | 2007-01-03 03:06:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-01-03 03:06:13 +0000 |
commit | 47b9257ed11abd2320fa1abf69f12bd3c1675b44 (patch) | |
tree | bbd0fd51dd6725c37d5772df0d0b822040fe95d9 | |
parent | 0f327db28aa46223f82e8f8a9fe7b1dd1f8b0e06 (diff) | |
download | pkgsrc-47b9257ed11abd2320fa1abf69f12bd3c1675b44.tar.gz |
Explicitly specify where to find openssl. Otherwise, the configure script
fails to detect native openssl on Darwin.
-rw-r--r-- | security/xmlsec1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index adc738d816d..f0403107e7c 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/07 15:49:33 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/03 03:06:13 minskim Exp $ # DISTNAME= xmlsec1-1.2.6 @@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec-openssl.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec.pc.in GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --without-openssl +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --without-gnutls .include "../../security/openssl/buildlink3.mk" |