diff options
author | tv <tv@pkgsrc.org> | 2005-11-04 21:16:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-04 21:16:30 +0000 |
commit | 588f2e8e9c7a0d18b1c4a5c36268397c9771366e (patch) | |
tree | ad37f0b4d74acefc25b26915b7dc6918e904b447 /www | |
parent | 7b86f9d0b9cdcb2aa44061154f28e073067d37c5 (diff) | |
download | pkgsrc-588f2e8e9c7a0d18b1c4a5c36268397c9771366e.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/php4/Makefile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index 5729687485d..6f4a8c86f39 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -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 @@ CONFIGURE_ARGS+= --disable-ipv6 .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 |