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

perl-Math-GMP.spec

index bc023f36ccad163959d55e30e8558826773b0f07..5bd1022f15911367c1fee604c0f950711080fc4f 100644 (file)
@@ -40,6 +40,7 @@ obliczeń na dużych liczbach całkowitych.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.129414 seconds and 4 git commands to generate.