]> git.pld-linux.org Git - packages/python3.git/commitdiff
- use rpmcppflags when building
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Aug 2009 06:42:25 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.29

python3.spec

index 51a0382311107da247a6444767e1e1c81c6d57cf..3c05bcbd484b128b4c0288295f88d8a6610bc8f5 100644 (file)
@@ -492,7 +492,7 @@ sed -i -e 's=@EXENAME@=%{_bindir}/python3=' Misc/python-config.in
 %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 \
This page took 0.04212 seconds and 4 git commands to generate.