From abf9dac3e07a564aa1741b0567a3b34ce300212a 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-GMP.spec -> 1.19 --- perl-Math-GMP.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec index bc023f3..5bd1022 100644 --- a/perl-Math-GMP.spec +++ b/perl-Math-GMP.spec @@ -40,6 +40,7 @@ obliczeń na dużych liczbach całkowitych. %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} -- 2.44.0