Author: arekm Date: Mon Jul 6 16:25:42 2009 GMT Module: packages Tag: HEAD ---- Log message: - update options (mostly obsolete)
---- Files affected: packages/php: php.spec (1.803 -> 1.804) ---- Diffs: ================================================================ Index: packages/php/php.spec diff -u packages/php/php.spec:1.803 packages/php/php.spec:1.804 --- packages/php/php.spec:1.803 Thu Jul 2 17:42:52 2009 +++ packages/php/php.spec Mon Jul 6 18:25:36 2009 @@ -13,6 +13,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) @@ -40,8 +41,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 @@ -1762,10 +1762,10 @@ 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) @@ -1834,7 +1834,6 @@ --enable-sysvmsg=shared \ --enable-sysvsem=shared \ --enable-sysvshm=shared \ - --enable-trans-sid \ --enable-safe-mode \ --enable-soap=shared \ --enable-sockets=shared \ @@ -1848,9 +1847,9 @@ --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 \ @@ -2882,6 +2881,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.804 2009/07/06 16:25:36 arekm +- update options (mostly obsolete) + Revision 1.803 2009/07/02 15:42:52 baggins - rel 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.803&r2=1.804&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
