summaryrefslogtreecommitdiff
path: root/lang/php/pear.mk
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-12-12 11:03:33 +0000
committerjdolecek <jdolecek>2004-12-12 11:03:33 +0000
commit1d10a438f3b701a4efe9683ac7448b654be60e2d (patch)
treef0ff181e83479bf6ca6227c679c036404d7733d9 /lang/php/pear.mk
parentf0cdd05a50da802a96acc1f83973f01449c5e2f9 (diff)
downloadpkgsrc-1d10a438f3b701a4efe9683ac7448b654be60e2d.tar.gz
completely ignore system php.ini for all pear-related operations; this
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
Diffstat (limited to 'lang/php/pear.mk')
-rw-r--r--lang/php/pear.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index 505734d64ea..467b855a6d7 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.4 2004/12/12 09:41:14 jdolecek Exp $
+# $NetBSD: pear.mk,v 1.5 2004/12/12 11:03:33 jdolecek Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -43,7 +43,7 @@ PEAR_GENERATE_PLIST= \
${ECHO} "@comment The following lines are automatically generated"; \
PEAR_LIB="${PEAR_LIB}" WRKSRC="${WRKSRC}" \
PEAR_DIRRM_BASEDIR="${PEAR_DIRRM_BASEDIR}" \
- ${PREFIX}/bin/php ${PKGDIR}/../../lang/php/pear_plist.php;
+ ${PREFIX}/bin/php -C -n ${PKGDIR}/../../lang/php/pear_plist.php;
GENERATE_PLIST+= ${PEAR_GENERATE_PLIST}
NO_BUILD= # defined