]> git.pld-linux.org Git - packages/perl-Alien-wxWidgets.git/commitdiff
- add CC to %{__make}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:34 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\'

Changed files:
    perl-Alien-wxWidgets.spec -> 1.7

perl-Alien-wxWidgets.spec

index 9f6dadf4f7ca1a60984ce75e9dbe10d6b65239ce..a696da307a9dc8ce800928fa89941c22c79a7107 100644 (file)
@@ -50,6 +50,7 @@ export WX_CONFIG
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.109949 seconds and 4 git commands to generate.