diff options
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 7131095..7bc5e91 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -35,6 +35,7 @@ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ +transsid "Transparent session id" OFF \ 2> /tmp/checklist.tmp.$$ retval=$? @@ -216,6 +217,9 @@ EOF \"sysvshm\") echo "CONFIGURE_ARGS+=--enable-sysvshm" ;; + \"transsid\") + echo "CONFIGURE_ARGS+=--enable-trans-sid" + ;; *) echo "Invalid option(s): $*" > /dev/stderr rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 7131095..7bc5e91 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -35,6 +35,7 @@ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ +transsid "Transparent session id" OFF \ 2> /tmp/checklist.tmp.$$ retval=$? @@ -216,6 +217,9 @@ EOF \"sysvshm\") echo "CONFIGURE_ARGS+=--enable-sysvshm" ;; + \"transsid\") + echo "CONFIGURE_ARGS+=--enable-trans-sid" + ;; *) echo "Invalid option(s): $*" > /dev/stderr rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc |