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

perl-Bit-Vector.spec

index a2eefbfaff4765cd3dc83bb84325a6bff0ecf485..3937c24eef56c82ea3aa76a3a88b8647b45cda89 100644 (file)
@@ -151,6 +151,7 @@ Bit::Vector 是一个高效的 C 库。它允许您处理
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.219382 seconds and 4 git commands to generate.