Author: zbyniu Date: Tue Dec 18 21:26:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - simple patch instead of stupid workaround (make -j N)
---- Files affected: SPECS: ffcall.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/ffcall.spec diff -u SPECS/ffcall.spec:1.9 SPECS/ffcall.spec:1.10 --- SPECS/ffcall.spec:1.9 Tue Dec 18 20:06:45 2007 +++ SPECS/ffcall.spec Tue Dec 18 22:26:01 2007 @@ -9,6 +9,7 @@ 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) @@ -70,15 +71,13 @@ %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 @@ -119,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007-12-18 21:26:01 zbyniu +- simple patch instead of stupid workaround (make -j N) + Revision 1.9 2007-12-18 19:06:45 sls - __make -j1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffcall.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
