]> git.pld-linux.org Git - packages/failsafewm.git/commitdiff
- pass CC
authordarekr <darekr@pld-linux.org>
Fri, 7 Jul 2006 22:48:36 +0000 (22:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    failsafewm.spec -> 1.10

failsafewm.spec

index b0d919734fcde45947e1346cd2d58534caaf2fac..b9aa2ef9f948ffec475d63cf0cb657de18d3bbf2 100644 (file)
@@ -47,7 +47,9 @@ failsafewm mo
 %setup -q -n failsafewm
 
 %build
-%{__make} CFLAGS="%{rpmcflags} %{rpmldflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.069942 seconds and 4 git commands to generate.