]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- fix build on smp
authorsparky <sparky@pld-linux.org>
Tue, 5 Sep 2006 16:48:21 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.152

e2fsprogs.spec

index a2a342971d962e98ae696aeb4f70e7d24a25f7f1..635b25122c579bd332ad53c6541d1ddcf6ac1e90 100644 (file)
@@ -551,7 +551,9 @@ cp -f /usr/share/automake/config.sub .
        --enable-fsck \
        --disable-rpath
 
-%{__make} libs progs docs \
+%{__make} -j1 libs \
+       LDFLAGS="%{rpmldflags}"
+%{__make} progs docs \
        LDFLAGS="%{rpmldflags}"
 
 cd doc
This page took 0.097132 seconds and 4 git commands to generate.