]> git.pld-linux.org Git - packages/pilot-link.git/commitdiff
- perl part fails with -jN > 1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Jan 2007 22:47:45 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pilot-link.spec -> 1.75

pilot-link.spec

index 57bae69dea04e0d481dd646caaf9d23c401a8fde..a2e507c6a0dc5f9741c19ebd8df5260b602d19a4 100644 (file)
@@ -174,7 +174,8 @@ sed -i -e 's#/lib #/lib64 #g' -e 's#/lib/#/lib64/#g' m4/python.m4
        --with-python
 
 
-%{__make} \
+# perl part fails with -jN > 1
+%{__make} -j1 \
        LIBDIR="%{_datadir}"
 
 %install
This page took 0.056404 seconds and 4 git commands to generate.