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

perl-Net-Patricia.spec

index 0f5377feddd94a9d26cd8056c1ee095994660d6c..4de56317755d05f78e97f224bd0e487860e3cf00 100644 (file)
@@ -55,6 +55,7 @@ routingu w jądrze BSD od wersji 4.3 Reno.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.093326 seconds and 4 git commands to generate.