fix python3 build on SLED11

Apparently all recent systems use ncursesw, for which there is
-I/usr/include/ncursesw, but SLED11 uses ncurses lib, and there's no -I for that.

Change-Id: I61ec795aae45e1074075351eca62299784d08b09
This commit is contained in:
Luboš Luňák
2012-12-04 01:03:39 +01:00
parent 324d189c90
commit f4ae375c00
2 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
python3/python-3.3.0-ssl.patch.1 \
python3/python-3.3.0-implicit-int.patch.1 \
python3/python-3.3.0-ffi-clang.patch.1 \
python3/python-3.3.0-ncurses.patch \
))
# vim: set noet sw=4 ts=4: