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

perl-Crypt-Blowfish.spec

index c4a8b48b9eb37d1c8bcff2be1a6e1c5988f8ca15..67486fe4f91c10687ce4d59a31b3189240cb2041 100644 (file)
@@ -34,6 +34,7 @@ kryptograficznego Blowfish.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.044125 seconds and 4 git commands to generate.