]> git.pld-linux.org Git - packages/php.git/commitdiff
- update options (mostly obsolete)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Jul 2009 16:25:36 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.804

php.spec

index 777cd8407b5468ea281fdac8c610a06fdcfbfd92..037af3db1b9773e861fe155c7e4709af26fbd074 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -12,6 +12,7 @@
 # - make additional headers and checking added by mail patch configurable
 # - modularize session, standard (output from pure php -m)?
 # - http://forum.lighttpd.net/topic/34454
+# - ttyname_r() missdetected http://bugs.php.net/bug.php?id=48820
 #
 # Conditional build:
 %bcond_with    fdf             # with FDF (PDF forms) module           (BR: proprietary lib)
@@ -39,8 +40,7 @@
 %bcond_without recode          # without recode extension module
 %bcond_without snmp            # without SNMP extension module
 %bcond_without sqlite          # without SQLite extension module
-%bcond_without sybase          # without Sybase extension module
-%bcond_without sybase_ct       # without Sybase-CT extension module
+%bcond_with    sybase          # without Sybase extension module
 %bcond_without tidy            # without Tidy extension module
 %bcond_without wddx            # without WDDX extension module
 %bcond_without xmlrpc          # without XML-RPC extension module
@@ -1761,10 +1761,10 @@ for sapi in $sapis; do
                sapi_args='--disable-cgi'
                ;;
        fcgi)
-               sapi_args='--disable-cli --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect'
+               sapi_args='--disable-cli --enable-fastcgi --enable-force-cgi-redirect'
                ;;
        fpm)
-               sapi_args='--disable-cli --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect --enable-fpm'
+               sapi_args='--disable-cli --enable-fastcgi --enable-force-cgi-redirect --enable-fpm'
                ;;
        apxs1)
                ver=$(rpm -q --qf '%{V}' apache1-devel)
@@ -1833,7 +1833,6 @@ for sapi in $sapis; do
        --enable-sysvmsg=shared \
        --enable-sysvsem=shared \
        --enable-sysvshm=shared \
-       --enable-trans-sid \
        --enable-safe-mode \
        --enable-soap=shared \
        --enable-sockets=shared \
@@ -1847,9 +1846,9 @@ for sapi in $sapis; do
        --with-db4 \
        --enable-dbase=shared \
 %if %{with xmlrpc}
-       --with-expat-dir=shared,/usr \
+       --with-libexpat-dir=shared,/usr \
 %else
-       --without-expat-dir \
+       --without-libexpat-dir \
 %endif
        %{?with_fdf:--with-fdftk=shared} \
        --with-iconv=shared \
This page took 0.079513 seconds and 4 git commands to generate.