From ced382c3d5561c56f31fc25f035f51d8c50a7f49 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-Math-PRSG.spec -> 1.36 --- perl-Math-PRSG.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Math-PRSG.spec b/perl-Math-PRSG.spec index 2cd8c46..65219d2 100644 --- a/perl-Math-PRSG.spec +++ b/perl-Math-PRSG.spec @@ -34,6 +34,7 @@ Math::PRSG - interfejs do funkcji generowania pseudolosowych sekwencji. %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} -- 2.44.0