pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php4 Use --with-openssl=${BUILDLINK_PREFIX.openssl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/771a68a4b120
branches: trunk
changeset: 502466:771a68a4b120
user: tv <tv%pkgsrc.org@localhost>
date: Fri Nov 04 21:16:30 2005 +0000
description:
Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real path
so that configure won't try to run the (possibly not installed) pkg-config.
diffstat:
www/php4/Makefile.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6c3a2ea4d34b -r 771a68a4b120 www/php4/Makefile.php
--- a/www/php4/Makefile.php Fri Nov 04 21:10:42 2005 +0000
+++ b/www/php4/Makefile.php Fri Nov 04 21:16:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.30 2005/11/01 23:12:15 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.31 2005/11/04 21:16:30 tv Exp $
.include "../../www/php4/Makefile.common"
@@ -56,7 +56,7 @@
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-openssl
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
.else
CONFIGURE_ARGS+= --without-openssl
.endif
Home |
Main Index |
Thread Index |
Old Index