diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 17:47:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 17:47:14 +0200 |
commit | dfe40c56b98ae05b875008404532638bf6af8fc9 (patch) | |
tree | 6c09b9b8bc1041d4e2eb457d2393fe5dbce1a9e0 /package/python2/Makefile | |
parent | 7ef2ed68088d30f40297153e9130cdbf21c0e334 (diff) |
fix native build
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 1 |
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)" \ |