summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-10 19:03:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-10 19:03:11 +0100
commit713dc7012af249b7102faabb27e0fe88ea39be57 (patch)
tree2626b2aa8f2ebb6e6c314ccdba45d7668ed122fd /package/python2/Makefile
parentda5c3b1c8535d8f8455b5283ddaf5c38b45d477e (diff)
fix make bulk on OpenADK buildserver
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r--package/python2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 5464d3d7a..b7e4e01a7 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -49,6 +49,7 @@ post-extract:
$(CP) ./files/posixmodule.c ${WRKBUILD}/Modules/posixmodule.c
$(CP) ./files/python-config.in ${WRKBUILD}/Misc/python-config.in
$(CP) ./files/build_scripts.py ${WRKBUILD}/Lib/distutils/command/build_scripts.py
+ $(CP) ./files/sysconfig.py ${WRKBUILD}/Lib/distutils/sysconfig.py
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
OPT="$(CFLAGS_FOR_BUILD)" \
./configure --without-cxx-main --with-threads \