SPECS: zip.spec - fix CC="%{__cc}" passing

sparky sparky at pld-linux.org
Sat Feb 25 18:58:33 CET 2006


Author: sparky                       Date: Sat Feb 25 17:58:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix CC="%{__cc}" passing

---- Files affected:
SPECS:
   zip.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: SPECS/zip.spec
diff -u SPECS/zip.spec:1.48 SPECS/zip.spec:1.49
--- SPECS/zip.spec:1.48	Wed Oct 26 12:29:15 2005
+++ SPECS/zip.spec	Sat Feb 25 18:58:28 2006
@@ -85,9 +85,10 @@
 %patch0 -p1
 
 %build
-%{__make} -f unix/Makefile generic_gcc \
+%{__make} -f unix/Makefile generic \
 	prefix=%{_prefix} \
 	CC="%{__cc}" \
+	CPP="%{__cpp}" \
 	CFLAGS="%{rpmcflags} -I. -DUNIX -D_FILE_OFFSET_BITS=64"
 
 %install
@@ -119,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2006/02/25 17:58:28  sparky
+- fix CC="%{__cc}" passing
+
 Revision 1.48  2005/10/26 10:29:15  glen
 - add more %doc (proginfo/ziplimit.txt)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zip.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list