lede-packages-rs

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

commit e6a900d03186dfe6538be396d95df4d96cca2a79
parent 6aa5742fb56f68d326c7f689d629f1d68772fe1e
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 16 Mar 2015 17:53:51 +0100

Merge pull request #1043 from sairon/python-package-extra-configure-args

python: added configure args for distutils path detection
Diffstat:
Mlang/python/files/python-package.mk | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk @@ -33,6 +33,13 @@ define HostPython ) endef +# These configure args are needed in detection of path to Python header files +# using autotools. +CONFIGURE_ARGS += \ + _python_sysroot="$(STAGING_DIR)" \ + _python_prefix="/usr" \ + _python_exec_prefix="/usr" + PKG_USE_MIPS16:=0 # This is required in addition to PKG_USE_MIPS16:=0 because otherwise MIPS16 # flags are inherited from the Python base package (via sysconfig module)