SPECS: timed.spec - pass CC

darekr darekr at pld-linux.org
Tue Dec 5 00:11:27 CET 2006


Author: darekr                       Date: Mon Dec  4 23:11:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC

---- Files affected:
SPECS:
   timed.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/timed.spec
diff -u SPECS/timed.spec:1.31 SPECS/timed.spec:1.32
--- SPECS/timed.spec:1.31	Fri Oct 29 15:36:57 2004
+++ SPECS/timed.spec	Tue Dec  5 00:11:22 2006
@@ -13,8 +13,8 @@
 # Source0-md5:	1bffb4db753d9e5be227e444cf119bfe
 Patch0:		%{name}-gcc2.96.patch
 Patch1:		%{name}-DoS.patch
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:	intimed
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The timed package contains the timed daemon and the timedc program for
@@ -61,8 +61,9 @@
 
 %build
 CFLAGS="%{rpmcflags}"; export CFLAGS
-./configure --with-c-compiler=gcc
-%{__make}
+./configure
+%{__make} \
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/12/04 23:11:22  darekr
+- pass CC
+
 Revision 1.31  2004/10/29 13:36:57  paladine
 - spelling fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/timed.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list