]> git.pld-linux.org Git - packages/perl-Net-ARP.git/commitdiff
- add CC to %{__make} auto/th/perl-Net-ARP-1_0_1-1
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-Net-ARP.spec -> 1.12

perl-Net-ARP.spec

index bb164b5f0cbabc341fbda5168fa8b16738d08256..07ec2739d29094e2fcbf653a6a4e2bcdec157444 100644 (file)
@@ -38,6 +38,7 @@ uzyskiwania adresu MAC interfejsu sieciowego lub adresu IP.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.043001 seconds and 4 git commands to generate.