SPECS (AC-branch): iptables.spec - added "-j 1" to make, to fix bu...

cieciwa cieciwa at pld-linux.org
Thu Oct 25 10:05:16 CEST 2007


Author: cieciwa                      Date: Thu Oct 25 08:05:16 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added "-j 1" to make, to fix building problem,
- changed doc_bcond, from defaut without to with [default is OFF]

---- Files affected:
SPECS:
   iptables.spec (1.189.2.9 -> 1.189.2.10) 

---- Diffs:

================================================================
Index: SPECS/iptables.spec
diff -u SPECS/iptables.spec:1.189.2.9 SPECS/iptables.spec:1.189.2.10
--- SPECS/iptables.spec:1.189.2.9	Fri Jun  8 15:07:01 2007
+++ SPECS/iptables.spec	Thu Oct 25 10:05:11 2007
@@ -4,7 +4,7 @@
 #		- fix makefile (-D_UNKNOWN_KERNEL_POINTER_SIZE issue)
 #
 # Conditional build:
-%bcond_without	doc		# without documentation (HOWTOS) which needed TeX
+%bcond_with	doc		# with documentation (HOWTOS) which needed TeX
 %bcond_without	dist_kernel	# without distribution kernel
 #
 %define		_pomng_snap		20051115
@@ -168,7 +168,7 @@
 chmod 644 extensions/.expire-test6
 
 %build
-%{__make} all experimental \
+%{__make} -j 1 all experimental \
 	CC="%{__cc}" \
 	COPT_FLAGS="%{rpmcflags} -D%{!?debug:N}DEBUG" \
 	KERNEL_DIR="%{_kernelsrcdir}" \
@@ -243,6 +243,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.189.2.10  2007/10/25 08:05:11  cieciwa
+- added "-j 1" to make, to fix building problem,
+- changed doc_bcond, from defaut without to with [default is OFF]
+
 Revision 1.189.2.9  2007/06/08 13:07:01  glen
 - removed iptables dependency from devel subpackage
 - rel 15
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptables.spec?r1=1.189.2.9&r2=1.189.2.10&f=u



More information about the pld-cvs-commit mailing list