Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
7d89234b86
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      lang/python/Makefile
  2. +0
    -4
      lang/python3/Makefile

+ 0
- 4
lang/python/Makefile View File

@ -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 \


+ 0
- 4
lang/python3/Makefile View File

@ -208,10 +208,6 @@ define Py3Package/python3/filespec
-|$(PYTHON3_PKG_DIR)
endef
HOST_CFLAGS+= \
-I/usr/include/ncursesw \
-I/usr/include/ncurses
HOST_CONFIGURE_ARGS+= \
--without-cxx-main \
--without-pymalloc \


Loading…
Cancel
Save