SPECS: perl-CGI-SpeedyCGI.spec, perl-Net-DNS-ToolKit.spec - add CC...

glen glen at pld-linux.org
Thu Jan 10 09:43:30 CET 2008


Author: glen                         Date: Thu Jan 10 08:43:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add CC to %{__make}

---- Files affected:
SPECS:
   perl-CGI-SpeedyCGI.spec (1.62 -> 1.63) , perl-Net-DNS-ToolKit.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/perl-CGI-SpeedyCGI.spec
diff -u SPECS/perl-CGI-SpeedyCGI.spec:1.62 SPECS/perl-CGI-SpeedyCGI.spec:1.63
--- SPECS/perl-CGI-SpeedyCGI.spec:1.62	Wed Dec 26 19:19:37 2007
+++ SPECS/perl-CGI-SpeedyCGI.spec	Thu Jan 10 09:43:25 2008
@@ -100,14 +100,17 @@
 %{?with_apache2:cd mod_speedycgi2 && perl Makefile.PL && cd ..}
 
 %{__make} -j1 \
+	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
 
 %if %{with apache1}
 %{__make} -C mod_speedycgi APXS="%{apxs1}" \
+	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
 %endif
 %if %{with apache2}
 %{__make} -C mod_speedycgi2 APXS="%{apxs2}" \
+	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
 %endif
 
@@ -180,6 +183,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2008-01-10 08:43:25  glen
+- add CC to %{__make}
+
 Revision 1.62  2007-12-26 18:19:37  glen
 - use conf.d for apache config fragment; rel 11
 

================================================================
Index: SPECS/perl-Net-DNS-ToolKit.spec
diff -u SPECS/perl-Net-DNS-ToolKit.spec:1.12 SPECS/perl-Net-DNS-ToolKit.spec:1.13
--- SPECS/perl-Net-DNS-ToolKit.spec:1.12	Mon Dec 24 15:10:24 2007
+++ SPECS/perl-Net-DNS-ToolKit.spec	Thu Jan 10 09:43:25 2008
@@ -44,6 +44,7 @@
 	INSTALLDIRS=vendor
 
 %{__make} -j1 \
+	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -80,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-01-10 08:43:25  glen
+- add CC to %{__make}
+
 Revision 1.12  2007-12-24 14:10:24  qboosh
 - generic URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-CGI-SpeedyCGI.spec?r1=1.62&r2=1.63&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Net-DNS-ToolKit.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list