SPECS: php.spec - disable pear completely - require at least one a...

glen glen at pld-linux.org
Sun Oct 9 23:01:21 CEST 2005


Author: glen                         Date: Sun Oct  9 21:01:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable pear completely
- require at least one apache SAPI to build shared moules

---- Files affected:
SPECS:
   php.spec (1.495 -> 1.496) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.495 SPECS/php.spec:1.496
--- SPECS/php.spec:1.495	Sun Oct  9 21:43:25 2005
+++ SPECS/php.spec	Sun Oct  9 23:01:16 2005
@@ -65,6 +65,10 @@
 %undefine	with_interbase
 %endif
 
+%if %{without apache1} && %{without apache2}
+ERROR: You need to select at least one Apache SAPI to build shared modules.
+%endif
+
 # x86-only lib
 %ifnarch %{ix86}
 %undefine	with_msession
@@ -1662,7 +1666,7 @@
 	%{?with_openssl:--with-openssl=shared} \
 	%{?with_oracle:--with-oracle=shared} \
 	%{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
-	--with-pear=%{php_pear_dir} \
+	--without-pear \
 	%{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
 	--with-png-dir=/usr \
 	%{?with_pspell:--with-pspell=shared} \
@@ -2979,6 +2983,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.496  2005/10/09 21:01:16  glen
+- disable pear completely
+- require at least one apache SAPI to build shared moules
+
 Revision 1.495  2005/10/09 19:43:25  glen
 - ftp extension & ssl linkage is fixed
 
================================================================

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




More information about the pld-cvs-commit mailing list