forked from amazingfate/loongoffice
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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user