mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
python,python3: get rid of HOST_CFLAGS
They rely on system paths and are a bit misleading/confusing. As seen here: https://github.com/openwrt/packages/issues/3339 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -220,10 +220,6 @@ define PyPackage/python/filespec
|
||||
-|$(PYTHON_PKG_DIR)
|
||||
endef
|
||||
|
||||
HOST_CFLAGS+= \
|
||||
-I/usr/include/ncursesw \
|
||||
-I/usr/include/ncurses
|
||||
|
||||
HOST_CONFIGURE_ARGS+= \
|
||||
--without-cxx-main \
|
||||
--without-pymalloc \
|
||||
|
||||
Reference in New Issue
Block a user