]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- fixed parallel building auto/th/postfix-2_5_1-5_1
authorSzymon Siwek <sls@pld-linux.org>
Tue, 1 Apr 2008 06:50:21 +0000 (06:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.313

postfix.spec

index 410731a1da605ab1dda2eff84d67d466159d09f3..26d18f93d0fcbde82dfa89cf301a1162d1f3b9ce 100644 (file)
@@ -50,6 +50,7 @@ Patch6:               %{name}-ident.patch
 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
@@ -253,6 +254,7 @@ sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt
 %endif
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %if %{with tcp}
 sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
@@ -263,7 +265,7 @@ sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
 %{__make} tidy
 CC="%{__cc}"
 export CC
-%{__make} -j1 \
+%{__make} \
        DEBUG="" \
        OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
        %{!?with_ldap:LDAPSO=""} \
This page took 0.029099 seconds and 4 git commands to generate.