summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-06-30 18:32:06 +0200
committerMatthias Klose <doko@ubuntu.com>2012-06-30 18:32:06 +0200
commite344eca3ff54104351c79202d1ae55b27a20b7e2 (patch)
tree476343563cd5187678593731061243ecd57f9579
parentfe39bd12f8a37f3bfcbbcc52fba49841053e1682 (diff)
downloadcpython-git-e344eca3ff54104351c79202d1ae55b27a20b7e2.tar.gz
previous patch needs patch from issue #14330
set cross_compiling = False for now.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 94b59aabcd..998fd3b2db 100644
--- a/setup.py
+++ b/setup.py
@@ -596,6 +596,8 @@ class PyBuildExt(build_ext):
os.makedirs(self.build_temp)
# Determine if readline is already linked against curses or tinfo.
if do_readline:
+ # FIXME: needs patch from issue #14330
+ cross_compiling = False
if cross_compiling:
ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \
% (sysconfig.get_config_var('READELF'),