]> git.pld-linux.org Git - packages/exim.git/commitdiff
- disable parallel make - it's not supported and never be in exim
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 May 2004 15:38:37 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.spec -> 1.191

exim.spec

index 9fd921269107de633e55ed4ff4cc91df03fc262d..a03da84e43a0d5e64a5efeb601beee6c8a206604 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -49,6 +49,7 @@ Patch2:               %{name}4-texinfo.patch
 Patch3:                %{name}4-use_system_pcre.patch
 Patch4:                %{name}4-Makefile-Default.patch
 Patch5:                %{name}4-exiscan-pld.patch
+Patch6:                %{name}4-parallel-build.patch
 URL:           http://www.exim.org/
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.0.0}
 %{?with_mysql:BuildRequires:   mysql-devel}
@@ -142,6 +143,7 @@ desta interface.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p0
+%patch6 -p1
 
 %{?with_exiscan:test -f %{SOURCE8} || exit 1; bzip2 -d -c %{SOURCE8} | patch -p1 || exit 1}
 %{?with_saexim:test -f %{SOURCE17} || exit 1; gzip -d -c %{SOURCE17} | tar -x || exit 1}
@@ -157,14 +159,14 @@ cp -f exim_monitor/EDITME Local/eximon.conf
 
 %if %{with saexim}
     cd sa-exim-%{saexim_version}
-    %{__make} sa-exim.h
+    %{__make} -j1 sa-exim.h
     echo '#define SPAMASSASSIN_CONF "%{_sysconfdir}/mail/spamassassin/local.cf"' >> sa-exim.h
     cat sa-exim.c > ../src/local_scan.c
     cat sa-exim.h > ../src/sa-exim.h
     cd ..
 %endif
 
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LOOKUP_CDB=yes \
This page took 0.374559 seconds and 4 git commands to generate.