SPECS: postfix.spec - fixed parallel building

sls sls at pld-linux.org
Tue Apr 1 08:50:27 CEST 2008


Author: sls                          Date: Tue Apr  1 06:50:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed parallel building

---- Files affected:
SPECS:
   postfix.spec (1.312 -> 1.313) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.312 SPECS/postfix.spec:1.313
--- SPECS/postfix.spec:1.312	Tue Apr  1 00:18:07 2008
+++ SPECS/postfix.spec	Tue Apr  1 08:50:21 2008
@@ -51,6 +51,7 @@
 Patch7:		%{name}-lib64.patch
 Patch8:		%{name}-conf.patch
 Patch9:		%{name}-dictname.patch
+Patch10:	%{name}-make-jN.patch
 URL:		http://www.postfix.org/
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel}
 BuildRequires:	db-devel
@@ -254,6 +255,7 @@
 %endif
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %if %{with tcp}
 sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
@@ -264,7 +266,7 @@
 %{__make} tidy
 CC="%{__cc}"
 export CC
-%{__make} -j1 \
+%{__make} \
 	DEBUG="" \
 	OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
 	%{!?with_ldap:LDAPSO=""} \
@@ -498,6 +500,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.313  2008-04-01 06:50:21  sls
+- fixed parallel building
+
 Revision 1.312  2008-03-31 22:18:07  glen
 - enable epoll on HEAD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.312&r2=1.313&f=u



More information about the pld-cvs-commit mailing list