From: Jeffery To Date: Sat, 13 Feb 2016 17:32:17 +0000 (+0800) Subject: python: fix HOST_PYTHON_INC_DIR path X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2140d8f6d24969d36faff000b96aee7a3b9f6aba;p=openwrt-packages.git python: fix HOST_PYTHON_INC_DIR path Host python moved in c5564133, this updates HOST_PYTHON_INC_DIR to match. Signed-off-by: Jeffery To --- diff --git a/lang/python/Makefile b/lang/python/Makefile index a75676964..6631cc04f 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -12,7 +12,7 @@ include ./files/python-package.mk PKG_NAME:=python PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk index 65d9ca51a..7831eb683 100644 --- a/lang/python/files/python-host.mk +++ b/lang/python/files/python-host.mk @@ -5,7 +5,7 @@ # See /LICENSE for more information. # -HOST_PYTHON_INC_DIR:=$(STAGING_DIR)/host/include/python$(PYTHON_VERSION) +HOST_PYTHON_INC_DIR:=$(STAGING_DIR)/host/usr/include/python$(PYTHON_VERSION) HOST_PYTHON_PKG_DIR:=/usr/lib/python$(PYTHON_VERSION)/site-packages