]> git.pld-linux.org Git - packages/perl-Clone.git/commitdiff
- add CC to %{__make} auto/th/perl-Clone-0_28-1 auto/ti/perl-Clone-0_28-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:35 +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-Clone.spec -> 1.14

perl-Clone.spec

index 83e99a6f755a9a0ef11ea32c31ff2778cfe4c6b7..af8522f1fb5d811f41598d5a93502a23bf7b9131 100644 (file)
@@ -37,6 +37,7 @@ referencji, włącznie ze związanymi zmiennymi i obiektami.
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.128949 seconds and 4 git commands to generate.