]> git.pld-linux.org Git - packages/cromfs.git/commitdiff
- added noomp patch (fixes build without omp)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Jan 2009 20:58:23 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass CC

Changed files:
    cromfs.spec -> 1.13

cromfs.spec

index 9b76b3d0cea4379dbff0295364f1f90249e0cef8..5490b00989b7e97e7fc76ca60d70626bcc0b86e5 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v3
 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
@@ -45,10 +46,12 @@ cramfs.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./configure
 %{__make} \
+       CC="%{__cc}" \
        CPP="%{__cpp}" \
        CXX="%{__cxx}" \
        CFLAGS="%{rpmcflags}" \
This page took 0.04519 seconds and 4 git commands to generate.