summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-02-06 22:26:23 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-02-06 22:26:23 +0000
commit480809e4bdcdc0001a7d709c98e3a46b8d5edd39 (patch)
treea08c949c851a58ee797042940799c960c3bd5b2e /www
parentBe sure to recompute m->m_pkthdr.len after encrypting packet. (diff)
Add support for YP and BCMath.
Submitted by: Marius Strom <marius@marius.org>
Notes
Notes: svn path=/head/; revision=38047
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php8
-rw-r--r--www/mod_php5/scripts/configure.php8
2 files changed, 16 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 3cb42aa20a43..25c3910c13d0 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -29,6 +29,8 @@ XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
gettext "gettext library support" OFF \
jstring "jstring module" OFF \
+YP "YP/NIS support" OFF \
+BCMath "BCMath support" OFF \
2> /tmp/checklist.tmp.$$
retval=$?
@@ -172,6 +174,12 @@ post-extract:
./buildconf)
EOF
;;
+ \"YP\")
+ echo "CONFIGURE_ARGS+=--enable-yp"
+ ;;
+ \"BCMath\")
+ echo "CONFIGURE_ARGS+=--enable-bcmath"
+ ;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 3cb42aa20a43..25c3910c13d0 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -29,6 +29,8 @@ XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
gettext "gettext library support" OFF \
jstring "jstring module" OFF \
+YP "YP/NIS support" OFF \
+BCMath "BCMath support" OFF \
2> /tmp/checklist.tmp.$$
retval=$?
@@ -172,6 +174,12 @@ post-extract:
./buildconf)
EOF
;;
+ \"YP\")
+ echo "CONFIGURE_ARGS+=--enable-yp"
+ ;;
+ \"BCMath\")
+ echo "CONFIGURE_ARGS+=--enable-bcmath"
+ ;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc