summaryrefslogtreecommitdiffstats
path: root/package/python
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2013-10-04 14:57:38 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-04 14:57:38 +0200
commit1d341b76c167e51fe10f5b64308f52ca48e2b4e7 (patch)
tree8056ad1f735053e4535c9ca49bce8631d5cc468d /package/python
parent9c3050d5e6faf64ee15952b8f9d8c0894ac2a482 (diff)
package: drop unneeded HOST_<pkg>_AUTORECONF = YES
Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values) we automatically enable autoreconf for host builds if it is enabled for the target, so these can go. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python')
-rw-r--r--package/python/python.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python/python.mk b/package/python/python.mk
index df02b3561..6a6aaaccb 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -38,7 +38,6 @@ HOST_PYTHON_MAKE_ENV = \
PYTHON_MODULES_INCLUDE=$(HOST_DIR)/usr/include \
PYTHON_MODULES_LIB="$(HOST_DIR)/lib $(HOST_DIR)/usr/lib"
-HOST_PYTHON_AUTORECONF = YES
# Building host python in parallel sometimes triggers a "Bus error"
# during the execution of "./python setup.py build" in the