rpms/mod_suphp/devel mod_suphp.spec,1.5,1.6

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


Author: thias

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

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/devel/mod_suphp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_suphp.spec	9 Jul 2005 11:43:06 -0000	1.5
+++ mod_suphp.spec	23 Aug 2005 15:13:10 -0000	1.6
@@ -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