From f7016afa75fb61df82e52d0641a0cefb79fecc4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 10 Jan 2008 08:38:37 +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-Digest-MD4.spec -> 1.18 --- perl-Digest-MD4.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Digest-MD4.spec b/perl-Digest-MD4.spec index 9461bb2..9f0be06 100644 --- a/perl-Digest-MD4.spec +++ b/perl-Digest-MD4.spec @@ -36,6 +36,7 @@ Data Security Inc. w programach perlowych. Algorytm jest opisany w RFC %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} -- 2.44.0