From 3cd5be3d70d2229dce7117034b2e3af88e560a0f Mon Sep 17 00:00:00 2001 From: dirk Date: Tue, 6 Feb 2001 22:26:23 +0000 Subject: Add support for YP and BCMath. Submitted by: Marius Strom --- www/mod_php4/scripts/configure.php | 8 ++++++++ www/mod_php5/scripts/configure.php | 8 ++++++++ 2 files changed, 16 insertions(+) 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 -- cgit