mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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)
|
-|$(PYTHON_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_CFLAGS+= \
|
|
||||||
-I/usr/include/ncursesw \
|
|
||||||
-I/usr/include/ncurses
|
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS+= \
|
HOST_CONFIGURE_ARGS+= \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
|
|||||||
@@ -208,10 +208,6 @@ define Py3Package/python3/filespec
|
|||||||
-|$(PYTHON3_PKG_DIR)
|
-|$(PYTHON3_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_CFLAGS+= \
|
|
||||||
-I/usr/include/ncursesw \
|
|
||||||
-I/usr/include/ncurses
|
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS+= \
|
HOST_CONFIGURE_ARGS+= \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
|
|||||||
Reference in New Issue
Block a user