lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7d89234b86df46b4a11fbf35fba8e5102396b539
parent e81632ab90c63237eab0acb092a226ea1367b3cb
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Mon,  7 Nov 2016 09:46:47 +0200

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>

Diffstat:
Mlang/python/Makefile | 4----
Mlang/python3/Makefile | 4----
2 files changed, 0 insertions(+), 8 deletions(-)

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