From 800a8e4beaeba1cccf84e81905cb9c527fda87b9 Mon Sep 17 00:00:00 2001 From: jvdias Date: Wed, 17 May 2006 16:10:51 +0000 Subject: [PATCH] build libdhcp4client without make -j for now --- dhcp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhcp.spec b/dhcp.spec index 9507dc7..0069cf5 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -274,7 +274,8 @@ make %{?_smp_mflags} CC="%{__cc}" 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}