rpms/thttpd/devel thttpd.spec,1.20,1.21

Matthias Saou thias at fedoraproject.org
Fri Apr 10 13:15:51 UTC 2009


Author: thias

Update of /cvs/extras/rpms/thttpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31540

Modified Files:
	thttpd.spec 
Log Message:
Disable make flags since -j seems to have made the build fail.



Index: thttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/thttpd/devel/thttpd.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- thttpd.spec	10 Apr 2009 12:57:50 -0000	1.20
+++ thttpd.spec	10 Apr 2009 13:15:20 -0000	1.21
@@ -55,7 +55,8 @@
 %{?_without_indexes:      %{__perl} -pi -e 's/#define GENERATE_INDEXES/#undef GENERATE_INDEXES/g' config.h}
 %{!?_with_showversion:    %{__perl} -pi -e 's/#define SHOW_SERVER_VERSION/#undef SHOW_SERVER_VERSION/g' config.h}
 %{!?_with_expliciterrors: %{__perl} -pi -e 's/#define EXPLICIT_ERROR_PAGES/#undef EXPLICIT_ERROR_PAGES/g' config.h}
-%{__make} %{?_smp_mflags} WEBDIR=%{webroot} STATICFLAG="" \
+# Don't use _smp_mflags since the build fails with it
+%{__make} WEBDIR=%{webroot} STATICFLAG="" \
     CCOPT="%{optflags} -D_FILE_OFFSET_BITS=64"
 
 




More information about the fedora-extras-commits mailing list