Author: qboosh                       Date: Fri Dec 22 22:01:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- interbase enabled by default (except ppc - broken on th-ppc)

---- Files affected:
SPECS:
   php.spec (1.641 -> 1.642) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.641 SPECS/php.spec:1.642
--- SPECS/php.spec:1.641        Fri Dec 22 23:00:18 2006
+++ SPECS/php.spec      Fri Dec 22 23:01:25 2006
@@ -18,7 +18,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
@@ -53,7 +53,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
 
@@ -2716,6 +2717,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.642  2006/12/22 22:01:25  qboosh
+- interbase enabled by default (except ppc - broken on th-ppc)
+
 Revision 1.641  2006/12/22 22:00:18  qboosh
 - fixed link-libs patch; EXTRA_LIBS line is MUCH shorter now
 - release 5
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.641&r2=1.642&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to