]> git.pld-linux.org Git - packages/php.git/commitdiff
- separate sybase and sybase_ct modules - first one is broken (dunno why)
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 13 Aug 2004 19:49:41 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.2

Changed files:
    php.spec -> 1.348

php.spec

index 3012f62fba0f4a4c824e29c96400caf3bb28c005..2ab5684ce06e26c7a566529d436c6fdf04708d70 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -42,6 +42,7 @@
 %bcond_without simplexml       # without simplexml extension module
 %bcond_without snmp            # without SNMP extension module
 %bcond_without sqlite          # without SQLite extension module
+%bcond_without sybase_ct       # without Sybase-CT extension module
 %bcond_without tidy            # without Tidy extension module
 %bcond_without wddx            # without WDDX extension module
 %bcond_without xmlrpc          # without XML-RPC extension module
@@ -52,7 +53,7 @@
 %bcond_with    mono            # without Mono extensions module
 %bcond_with    yaz             # without YAZ extension module
 # Breaks build
-%bcond_with    sybase          # without Sybase and Sybase-CT extension modules
+%bcond_with    sybase          # without Sybase extension module
 #
 %define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
 %define        apxs            /usr/sbin/apxs
@@ -76,7 +77,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 -- ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.1
-Release:       0.1
+Release:       0.2
 Epoch:         3
 Group:         Libraries
 License:       PHP
@@ -138,7 +139,7 @@ BuildRequires:      expat-devel
 %{?with_fdf:BuildRequires:     fdftk-devel}
 BuildRequires: fcgi-devel
 BuildRequires: flex
-%if %{with mssql} || %{with sybase}
+%if %{with mssql} || %{with sybase} || %{with sybase_ct}
 BuildRequires: freetds-devel
 %endif
 BuildRequires: freetype-devel >= 2.0
@@ -1566,7 +1567,8 @@ for i in fcgi cgi cli apxs ; do
        --with-regex=php \
        --without-sablot-js \
        %{?with_snmp:--with-snmp=shared} \
-       %{?with_sybase:--with-sybase-ct=shared,/usr --with-sybase=shared,/usr} \
+       %{?with_sybase:--with-sybase=shared,/usr} \
+       %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
        %{?with_sqlite:--with-sqlite=shared,/usr} \
        --with-t1lib=shared \
        %{?with_tidy:--with-tidy=shared} \
@@ -1579,6 +1581,8 @@ for i in fcgi cgi cli apxs ; do
        --with-zlib=shared \
        --with-zlib-dir=shared,/usr
 
+#      %{?with_sybase:--with-sybase-ct=shared,/usr --with-sybase=shared,/usr} \
+
 cp -f Makefile Makefile.$i
 # left for debugging purposes
 cp -f main/php_config.h php_config.h.$i
This page took 3.035583 seconds and 4 git commands to generate.