From 7d89234b86df46b4a11fbf35fba8e5102396b539 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 7 Nov 2016 09:46:47 +0200 Subject: [PATCH] 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 --- lang/python/Makefile | 4 ---- lang/python3/Makefile | 4 ---- 2 files changed, 8 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 687481fab..3235b4557 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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 \ diff --git a/lang/python3/Makefile b/lang/python3/Makefile index 2d177ab3a..c46f3bd56 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -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 \