]> git.pld-linux.org Git - packages/php.git/commitdiff
- don't refer to /opt/firebird for pdo-firebird
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Dec 2006 20:49:17 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.639

php.spec

index 236c506ff1081291b4929ebab916cd15afda8e44..1bfe33c4b45e15e8783135a887d9b479f9445b58 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1705,7 +1705,7 @@ for sapi in $sapis; do
        --with-pdo-dblib=shared \
 %endif
 %if %{with interbase} && !%{with interbase_inst}
-       --with-pdo-firebird=shared \
+       --with-pdo-firebird=shared,/usr \
 %endif
        --with-pdo-mysql=shared \
        %{?with_oci8:--with-pdo-oci=shared} \
This page took 0.686959 seconds and 4 git commands to generate.