]> git.pld-linux.org Git - packages/perl-PCSC.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-PCSC.spec -> 1.22

perl-PCSC.spec

index e95517e1eb8a21fbf12d24653c64bcf1e75809f8..0f5200e90eab070d5f13c16a482320380e5fb4a5 100644 (file)
@@ -45,6 +45,7 @@ wielu różnych czytników kart Smart.
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        DEFINE="-Wall" \
        OPTIMIZE="%{rpmcflags}"
 
This page took 0.091347 seconds and 4 git commands to generate.