]> git.pld-linux.org Git - packages/php.git/commitdiff
- interbase enabled by default (except ppc - broken on th-ppc)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Dec 2006 22:01:25 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.642

php.spec

index 9c78dbb66859d146005e5cab4e357fd88a029b84..f02d587c26a4903d5e6987e435992b7c46dbd8e8 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -17,7 +17,7 @@
 %bcond_without curl            # without CURL extension module
 %bcond_without filter          # without filter extension module
 %bcond_without imap            # without IMAP extension module
-%bcond_with    interbase       # with InterBase extension module
+%bcond_without interbase       # without InterBase extension module
 %bcond_without ldap            # without LDAP extension module
 %bcond_without mhash           # without mhash extension module
 %bcond_without mime_magic      # without mime-magic module
@@ -52,7 +52,8 @@
 %undefine      with_mm
 %endif
 
-%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
+%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha
+# ppc disabled (broken on th-ppc)
 %undefine      with_interbase
 %endif
 
This page took 0.038118 seconds and 4 git commands to generate.