rpms/mod_suphp/FC-4 mod_suphp.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 23 15:13:13 UTC 2005


Author: thias

Update of /cvs/extras/rpms/mod_suphp/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16015/mod_suphp/FC-4

Modified Files:
	mod_suphp.spec 
Log Message:
Fix build for when _smp_mflags is not defined.



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_suphp/FC-4/mod_suphp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_suphp.spec	9 Jul 2005 11:43:00 -0000	1.4
+++ mod_suphp.spec	23 Aug 2005 15:13:10 -0000	1.5
@@ -39,7 +39,7 @@
 	--disable-checkpath
 
 pushd src
-make %{_smp_mflags} suphp
+make %{?_smp_mflags} suphp
 popd
 
 pushd src/apache2




More information about the fedora-extras-commits mailing list