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

perl-YAML-Syck.spec

index e5bd08c21a6a5cfae06a9feb4409f900b0c22e46..ec0be985382b9578f8ad0efda3df6ce8392c4385 100644 (file)
@@ -51,6 +51,7 @@ wstecznej zgodności z YAML.pm.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.07072 seconds and 4 git commands to generate.