]> git.pld-linux.org Git - packages/perl-Shout.git/commitdiff
- add CC to %{__make}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:41 +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-Shout.spec -> 1.4

perl-Shout.spec

index c0dcf74a420528a805cb26cb808fa12a19b9d9e6..8caf9e811ac3f70f117418087d64f38279463f88 100644 (file)
@@ -43,6 +43,7 @@ skupić się na możliwościach zamiast szczegółach implementacji.
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.03939 seconds and 4 git commands to generate.