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

perl-ExtUtils-Depends.spec

index e0f65741654257701b02b60d3edac59cf1d1ad0c..6469109fcdd4b49b7c4f3b2cf080e7ef44edf19b 100644 (file)
@@ -36,6 +36,7 @@ funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.071016 seconds and 4 git commands to generate.