SPECS: perl-libintl.spec - CC/OPTIMIZE go to make, not perl

glen glen at pld-linux.org
Thu Jan 10 09:33:14 CET 2008


Author: glen                         Date: Thu Jan 10 08:33:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- CC/OPTIMIZE go to make, not perl

---- Files affected:
SPECS:
   perl-libintl.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/perl-libintl.spec
diff -u SPECS/perl-libintl.spec:1.11 SPECS/perl-libintl.spec:1.12
--- SPECS/perl-libintl.spec:1.11	Tue Feb 13 09:06:39 2007
+++ SPECS/perl-libintl.spec	Thu Jan 10 09:33:09 2008
@@ -37,9 +37,10 @@
 
 %build
 %{__perl} Makefile.PL \
-	INSTALLDIRS=vendor \
+	INSTALLDIRS=vendor
+%{__make} \
+	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
-%{__make}
 
 # LC_ALL= LANG=... -- workaround for broken (?) gettext
 %{?with_tests:LC_ALL= LANG=en_US %{__make} test}
@@ -74,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008-01-10 08:33:09  glen
+- CC/OPTIMIZE go to make, not perl
+
 Revision 1.11  2007-02-13 08:06:39  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-libintl.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list