SPECS: CocoR.spec - pass to make C/C++ compilers througth CC and CXX

twittner twittner at pld-linux.org
Sat Dec 10 15:54:33 CET 2005


Author: twittner                     Date: Sat Dec 10 14:54:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass to make C/C++ compilers througth CC and CXX

---- Files affected:
SPECS:
   CocoR.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/CocoR.spec
diff -u SPECS/CocoR.spec:1.10 SPECS/CocoR.spec:1.11
--- SPECS/CocoR.spec:1.10	Sat Dec 10 00:22:02 2005
+++ SPECS/CocoR.spec	Sat Dec 10 15:54:28 2005
@@ -26,8 +26,14 @@
 uudecode dos2unix.uue
 chmod +x dos2unix.sh
 ./dos2unix.sh unix.mk
-%{__make} -f unix.mk dos2unix OPTFLAGS="%{rpmcflags}"
-%{__make} -f unix.mk linux OPTFLAGS="%{rpmcflags}"
+%{__make} -f unix.mk dos2unix \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	OPTFLAGS="%{rpmcflags}"
+%{__make} -f unix.mk linux \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/12/10 14:54:28  twittner
+- pass to make C/C++ compilers througth CC and CXX
+
 Revision 1.10  2005/12/09 23:22:02  baggins
 - fixed compilation
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/CocoR.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list