packages: python3/python3.spec - use rpmcppflags when building

arekm arekm at pld-linux.org
Mon Aug 24 08:42:31 CEST 2009


Author: arekm                        Date: Mon Aug 24 06:42:31 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use rpmcppflags when building

---- Files affected:
packages/python3:
   python3.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.28 packages/python3/python3.spec:1.29
--- packages/python3/python3.spec:1.28	Sun Aug 23 23:30:00 2009
+++ packages/python3/python3.spec	Mon Aug 24 08:42:25 2009
@@ -493,7 +493,7 @@
 %build
 sed -i -e 's#-ltermcap#-ltinfo#g' configure*
 %{__autoconf}
-CPPFLAGS="-I/usr/include/ncursesw"; export CPPFLAGS
+CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
 %configure \
 	--with-cxx-main="%{__cxx}" \
 	--enable-shared \
@@ -960,6 +960,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2009/08/24 06:42:25  arekm
+- use rpmcppflags when building
+
 Revision 1.28  2009/08/23 21:30:00  wiget
 - disable test_pydoc and test_telnetlib
 - compile with computed gotos (but disable caller saves optimisation)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list