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

perl-DBI.spec

index 4c6dcb6755ce731989a04c938e52c114b9ec6599..94a65900c5a3e52bd402e23c5b1da857634aa766 100644 (file)
@@ -177,6 +177,7 @@ mv t/80proxy.t{,-needs-syslog}
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.10939 seconds and 4 git commands to generate.