SPECS: lcap.spec - pass CC

darekr darekr at pld-linux.org
Wed May 10 13:10:10 CEST 2006


Author: darekr                       Date: Wed May 10 11:10:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC

---- Files affected:
SPECS:
   lcap.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/lcap.spec
diff -u SPECS/lcap.spec:1.27 SPECS/lcap.spec:1.28
--- SPECS/lcap.spec:1.27	Sat Jan 31 15:30:04 2004
+++ SPECS/lcap.spec	Wed May 10 13:10:05 2006
@@ -30,14 +30,17 @@
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags} -Wall -DVERSION=%{version}"
+%{__make} \
+	CFLAGS="%{rpmcflags} -Wall -DVERSION=%{version}" \
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man8
+
 %{__make} install \
 	prefix=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/man8
 install lcap.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
@@ -55,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/05/10 11:10:05  darekr
+- pass CC
+
 Revision 1.27  2004/01/31 14:30:04  undefine
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lcap.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list