pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/xmlsec1 Explicitly specify where to find open...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee64e4ea55b7
branches: trunk
changeset: 523169:ee64e4ea55b7
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Jan 03 03:06:13 2007 +0000
description:
Explicitly specify where to find openssl. Otherwise, the configure script
fails to detect native openssl on Darwin.
diffstat:
security/xmlsec1/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 16dd4c6d0696 -r ee64e4ea55b7 security/xmlsec1/Makefile
--- a/security/xmlsec1/Makefile Wed Jan 03 00:58:24 2007 +0000
+++ b/security/xmlsec1/Makefile Wed Jan 03 03:06:13 2007 +0000
@@ -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.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"
Home |
Main Index |
Thread Index |
Old Index