]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- really disable parallel build
authorpawelz <pawelz@pld-linux.org>
Mon, 26 Apr 2010 23:48:45 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.86

dspam.spec

index 7dfb9cbc399587c36d3fb8d40b8906024a02b1a2..44d1a1048b430d0440c8e55515a71d981ac550ce 100644 (file)
@@ -51,9 +51,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _webapps        /etc/webapps
 %define                _webapp         %{name}
 
-# Disable parallel build
-%define                _smp_mflags     %{nil}
-
 %description
 DSPAM (as in De-Spam) is an open-source project to create a new kind
 of anti-spam mechanism, and is currently effective as both a
@@ -315,7 +312,7 @@ hash_drv
 
 # --enable-dclassify-extension needs libdclassify
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.081607 seconds and 4 git commands to generate.