]> git.pld-linux.org Git - packages/perl-Net-SSLeay.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-Net-SSLeay.spec -> 1.59

perl-Net-SSLeay.spec

index 8c7c26f250365b1e290cf65b52090e1e050583b2..d0007e9d6620b14e4a6b9b90348975478a18512e 100644 (file)
@@ -42,6 +42,7 @@ aplikacji.
 %{__perl} Makefile.PL %{_prefix} \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.131766 seconds and 4 git commands to generate.