From 0c70dd4a7ed0906c8946d3a41a4db0765a537136 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 10 Jan 2008 08:38:42 +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-YAML-Syck.spec -> 1.11 --- perl-YAML-Syck.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index e5bd08c..ec0be98 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -51,6 +51,7 @@ wstecznej zgodności z YAML.pm. %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} -- 2.44.0