rpms/php-eaccelerator/devel php-eaccelerator.spec,1.11,1.12

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Apr 11 16:57:47 UTC 2006


Author: thias

Update of /cvs/extras/rpms/php-eaccelerator/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21048

Modified Files:
	php-eaccelerator.spec 
Log Message:
Additional configure parameter for ppc, required.



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- php-eaccelerator.spec	11 Apr 2006 16:43:01 -0000	1.11
+++ php-eaccelerator.spec	11 Apr 2006 16:57:47 -0000	1.12
@@ -42,10 +42,11 @@
 
 %build
 phpize
-%configure
-#ifarch ppc
-#   --with-eaccelerator-userid="%{userid}"
-#endif
+%configure \
+%ifarch ppc
+%   --with-eaccelerator-userid="%{userid}"
+%endif
+
 %{__make} %{?_smp_mflags}
 
 




More information about the fedora-extras-commits mailing list