template-specs: python.spec - pass CC

glen glen at pld-linux.org
Sat Jul 17 21:56:31 CEST 2010


Author: glen                         Date: Sat Jul 17 19:56:30 2010 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- pass CC

---- Files affected:
template-specs:
   python.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: template-specs/python.spec
diff -u template-specs/python.spec:1.17 template-specs/python.spec:1.18
--- template-specs/python.spec:1.17	Wed Mar 31 09:04:40 2010
+++ template-specs/python.spec	Sat Jul 17 21:56:25 2010
@@ -27,8 +27,9 @@
 %setup -q -n %{module}-%{version}
 
 %build
-# CFLAGS is only for arch packages - remove on noarch packages
-export CFLAGS="%{rpmcflags}"
+# CC/CFLAGS is only for arch packages - remove on noarch packages
+CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
 %{__python} setup.py build
 
 %install
@@ -61,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2010/07/17 19:56:25  glen
+- pass CC
+
 Revision 1.17  2010/03/31 07:04:40  glen
 - comment cflags
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/python.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list