Author: qboosh Date: Thu Jan 15 20:58:28 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - added noomp patch (fixes build without omp) - pass CC
---- Files affected: SPECS: cromfs.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/cromfs.spec diff -u SPECS/cromfs.spec:1.12 SPECS/cromfs.spec:1.13 --- SPECS/cromfs.spec:1.12 Wed Jan 14 21:13:59 2009 +++ SPECS/cromfs.spec Thu Jan 15 21:58:23 2009 @@ -8,6 +8,7 @@ Group: Applications/System Source0: http://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2 # Source0-md5: 11b76b8ace6cffaff6e58edceea17d9f +Patch0: %{name}-noomp.patch URL: http://bisqwit.iki.fi/source/cromfs.html BuildRequires: libfuse-devel >= 0:2.5.2 BuildRequires: libstdc++-devel @@ -46,10 +47,12 @@ %prep %setup -q +%patch0 -p1 %build ./configure %{__make} \ + CC="%{__cc}" \ CPP="%{__cpp}" \ CXX="%{__cxx}" \ CFLAGS="%{rpmcflags}" \ @@ -83,6 +86,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2009/01/15 20:58:23 qboosh +- added noomp patch (fixes build without omp) +- pass CC + Revision 1.12 2009/01/14 20:13:59 duddits - up to 1.5.6.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cromfs.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
