From: Jakub Bogusz Date: Fri, 22 Dec 2006 22:01:25 +0000 (+0000) Subject: - interbase enabled by default (except ppc - broken on th-ppc) X-Git-Tag: auto/ac/php-5_2_0-5~4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=8279590eaa1948ff7b24da8fdc4073e8377dc50a;p=packages%2Fphp.git - interbase enabled by default (except ppc - broken on th-ppc) Changed files: php.spec -> 1.642 --- diff --git a/php.spec b/php.spec index 9c78dbb..f02d587 100644 --- 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