]> git.pld-linux.org Git - packages/php.git/commitdiff
- without sqlite bcond
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 9 Oct 2005 21:28:29 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.497

php.spec

index 0d7c370abdb55e80497d51d2f6a308192b92b90a..77ef11bf05c9cda5fc422bbc548ac8eab2edc6b2 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1676,7 +1676,7 @@ for sapi in $sapis; do
        %{?with_snmp:--with-snmp=shared} \
        %{?with_sybase:--with-sybase=shared,/usr} \
        %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
-       %{?with_sqlite:--with-sqlite=shared,/usr} \
+       %{!?with_sqlite:--without-sqlite}%{?with_sqlite:--with-sqlite=shared,/usr} \
        --with-t1lib=shared \
        %{?with_tidy:--with-tidy=shared} \
        --with-tiff-dir=/usr \
This page took 0.058855 seconds and 4 git commands to generate.