]> git.pld-linux.org Git - packages/perl-XML-LibXSLT.git/commitdiff
- add CC to %{__make}
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-XML-LibXSLT.spec -> 1.30

perl-XML-LibXSLT.spec

index 7026268abd675366051dfbf8f9fb903702464bff..c9ab1df134b2921b824c8bc578621ef6f2b433b0 100644 (file)
@@ -42,6 +42,7 @@ szybki. Według testów jest ponad dwa razy szybszy od Sablotrona.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.085058 seconds and 4 git commands to generate.