summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
commit533279bbc0f73f99947d2fa16bc06ab79e10df5b (patch)
treecb27a2b0024240d7b267005d3ef10d156274a09a /package/python2/Makefile
parent54a8defa87eaa5816f5d82bc6f42e6db4d6c1c86 (diff)
parent54302bd22cbdda4cabf0541cabfb7c3373a92356 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 4c72c2e1c..200e9d225 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS:= --with-threads \
--without-cxx-main
post-extract:
+ $(CP) ./files/posixmodule.c ${WRKBUILD}/Modules/posixmodule.c
$(CP) ./files/python-config.in ${WRKBUILD}/Misc/python-config.in
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
OPT="$(CFLAGS_FOR_BUILD)" \