]> git.pld-linux.org Git - packages/bluemote.git/commitdiff
- pass CC, CFLAGS
authordarekr <darekr@pld-linux.org>
Sun, 23 Apr 2006 18:31:58 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluemote.spec -> 1.3

bluemote.spec

index e2cc7e9e26c9ba89d3b861e99d6c6e239998e1cf..b1bd2436e737d721dc0d590efcc95278f45ffa9b 100644 (file)
@@ -24,7 +24,9 @@ Bluemote to program, kt
 %setup -q -n %{name}
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.055602 seconds and 4 git commands to generate.