SPECS: eagle-usb.spec - pass CC="%{__cc}" for userspace

sparky sparky at pld-linux.org
Sun Feb 26 15:44:58 CET 2006


Author: sparky                       Date: Sun Feb 26 14:44:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC="%{__cc}" for userspace

---- Files affected:
SPECS:
   eagle-usb.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/eagle-usb.spec
diff -u SPECS/eagle-usb.spec:1.73 SPECS/eagle-usb.spec:1.74
--- SPECS/eagle-usb.spec:1.73	Sat Feb 11 14:39:42 2006
+++ SPECS/eagle-usb.spec	Sun Feb 26 15:44:53 2006
@@ -135,12 +135,16 @@
 %{__autoconf}
 %configure \
 	%{!?with_cmvs:--disable-cmvs} \
-	--with-dsp-dir=%{_datadir}/misc 
+	--with-dsp-dir=%{_datadir}/misc
+
 %{__make} -C driver/firmware \
+	CC="%{__cc}" \
 	OPT="%{rpmcflags}"
 %{__make} -C driver/user \
+	CC="%{__cc}" \
 	OPT="%{rpmcflags}"
 %{__make} -C pppoa \
+	CC="%{__cc}" \
 	OPT="%{rpmcflags}"
 %endif
 
@@ -217,6 +221,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2006/02/26 14:44:53  sparky
+- pass CC="%{__cc}" for userspace
+
 Revision 1.73  2006/02/11 13:39:42  arekm
 - rel 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eagle-usb.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list