]> git.pld-linux.org Git - packages/ffcall.git/commitdiff
- simple patch instead of stupid workaround (make -j N)
authorzbyniu <zbyniu@pld-linux.org>
Tue, 18 Dec 2007 21:26:01 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffcall.spec -> 1.10

ffcall.spec

index d97d02bb118be62a094cedbe1fbe4837bd6245b2..14a8febfbcb14624c46ee7c1a1841bb3d29766d9 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL
 Group:         Libraries
 Source0:       ftp://ftp.santafe.edu/pub/gnu/%{name}-%{version}.tar.gz
 # Source0-md5: 2db95007e901f3bc2ae7e5a9fe9ebea4
+Patch0:                %{name}-make-jN.patch
 URL:           http://www.haible.de/bruno/packages-ffcall.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -69,15 +70,13 @@ Statyczne wersje bibliotek avcall i callback.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
        --enable-shared
 
-# with __make -j2:
-#      make[1]: *** No rule to make target `vacall_r/libvacall.la', needed by `libcallback.la'.  Stop.
-#      make[1]: *** Waiting for unfinished jobs....
-%{__make} -j1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08638 seconds and 4 git commands to generate.