From: Elan Ruusamäe Date: Thu, 10 Jan 2008 08:38:40 +0000 (+0000) Subject: - add CC to %{__make} X-Git-Tag: auto/th/perl-Net-SSLeay-1_30-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fperl-Net-SSLeay.git;a=commitdiff_plain;h=80d0c332ef5dbac22a70124728fd60d001151668 - add CC to %{__make} 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 --- diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 8c7c26f..d0007e9 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -42,6 +42,7 @@ aplikacji. %{__perl} Makefile.PL %{_prefix} \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test}