]> git.pld-linux.org Git - packages/dd_rescue.git/commitdiff
- why EXTRA_CFLAGS? pass CFLAGS
authordarekr <darekr@pld-linux.org>
Tue, 5 Sep 2006 22:14:54 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass CC

Changed files:
    dd_rescue.spec -> 1.7

dd_rescue.spec

index 1705bd62bef277e9ed4b1b57868cb507cc00dfed..17f847d00add06b136638d7719cd79a470c6df3e 100644 (file)
@@ -27,7 +27,8 @@ tego nie robi.
 %build
 rm -f missing
 %{__make} \
-       EXTRA_CFLAGS="%{rpmcflags}"
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.0941 seconds and 4 git commands to generate.