From 0e022f03707e2263ad4bd66d39bd36b4133aaf83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 10 Jan 2008 08:38:39 +0000 Subject: [PATCH] - 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-JSON-XS.spec -> 1.4 --- perl-JSON-XS.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec index 001c29c..b79c2eb 100644 --- a/perl-JSON-XS.spec +++ b/perl-JSON-XS.spec @@ -50,6 +50,7 @@ zgłoszenia błędów. %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} -- 2.44.0