summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-04 20:13:59 +0000
committerjlam <jlam@pkgsrc.org>2005-09-04 20:13:59 +0000
commit2b2a2f2f1556c9211e059454101a8f6b8d344e0b (patch)
tree90fad7ca5c645bee37eb46444705a07e3f99d7ea /lang/php5/Makefile
parentb3f48a818c57f49e89ad240e421a05d148889c1e (diff)
downloadpkgsrc-2b2a2f2f1556c9211e059454101a8f6b8d344e0b.tar.gz
Move some options that only apply to the PHP CGI package from Makefile.php
(shared with ap-php) into the php package Makefile.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index b79aa7655e0..3624a83f390 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/09/03 13:37:36 adrianp Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/04 20:13:59 jlam Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
@@ -14,6 +14,9 @@ LIBTOOL_OVERRIDE= # empty
.include "Makefile.php"
+CONFIGURE_ARGS+= --enable-discard-path
+CONFIGURE_ARGS+= --enable-force-cgi-redirect
+
CGIDIR= ${PREFIX}/libexec/cgi-bin
EGDIR= ${PREFIX}/share/examples/php