diff options
Diffstat (limited to 'www/mod_php4/scripts')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 3cb42aa20a4..25c3910c13d 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 |