SPECS: statserial.spec - pass rpmldflags and __cc

sparky sparky at pld-linux.org
Thu Aug 3 01:48:41 CEST 2006


Author: sparky                       Date: Wed Aug  2 23:48:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass rpmldflags and __cc

---- Files affected:
SPECS:
   statserial.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/statserial.spec
diff -u SPECS/statserial.spec:1.21 SPECS/statserial.spec:1.22
--- SPECS/statserial.spec:1.21	Mon Apr 26 21:03:13 2004
+++ SPECS/statserial.spec	Thu Aug  3 01:48:35 2006
@@ -82,7 +82,11 @@
 mv -f Makefile.new Makefile
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+	CC="%{__cc}" \
+	LD="%{__cc}" \
+	LDFLAGS="%{rpmldflags}" \
+	CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -106,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2006/08/02 23:48:35  sparky
+- pass rpmldflags and __cc
+
 Revision 1.21  2004/04/26 19:03:13  adamg
 - release 32 for Ac (31 is for Ra)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/statserial.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list