rpms/dhcp/devel dhcp.spec,1.95,1.96

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 17 16:10:54 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8736

Modified Files:
	dhcp.spec 
Log Message:
build libdhcp4client without make -j for now


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- dhcp.spec	17 May 2006 14:07:37 -0000	1.95
+++ dhcp.spec	17 May 2006 16:10:51 -0000	1.96
@@ -274,7 +274,8 @@
 cp -fp %{SOURCE6} libdhcp4client.Makefile
 cp -fp %{SOURCE7} libdhcp4client.patch
 sed 's/@DHCP_VERSION@/'%{version}'/' < %SOURCE5 >libdhcp4client.pc
-make -f libdhcp4client.Makefile %{?_smp_mflags} CC="%{__cc}"
+make -f libdhcp4client.Makefile CC="%{__cc}"
+# can't handle make -j yet!
 %endif
 
 %if %{NODEBUGINFO}




More information about the fedora-cvs-commits mailing list