summaryrefslogtreecommitdiff
path: root/package/python3
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:44:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:44:51 +0100
commit1a3f7151d55fd0eb4508bfbd65d70bd9d3cf6399 (patch)
treede163286eb1286a084580c8e2e9ba2c29fe43d9a /package/python3
parent5baa25c672a2df092a6c39edebc8b4e3dbad754e (diff)
fix python cross-compile, when a python host binary is available
Diffstat (limited to 'package/python3')
-rw-r--r--package/python3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile
index c18423290..40659bff4 100644
--- a/package/python3/Makefile
+++ b/package/python3/Makefile
@@ -115,7 +115,7 @@ python3-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m}
${CP} ${WRKINST}/usr/lib/python3.3/* ${IDIR_PYTHON3}/usr/lib/python3.3
${CP} ${WRKINST}/usr/include/python3.3m/pyconfig.h \
${IDIR_PYTHON3}/usr/include/python3.3m
- for i in zlib _bz2 _curses _ssl _gdbm _sqlite pyexpat readline; do \
+ @-for i in zlib _bz2 _curses _ssl _gdbm _sqlite pyexpat readline; do \
rm ${IDIR_PYTHON3}/usr/lib/python3.3/lib-dynload/$${i}*so; \
done