diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 20:44:34 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 20:44:34 +0200 |
| commit | 2484b250c93f9cca8e0565223a920d77ca1e571e (patch) | |
| tree | 5d440cc005f2fd6768e41b661ce23ce2eb863cfd /package/python2/Makefile | |
| parent | c994348c75f154eecb5ff48392b40c45ec80de55 (diff) | |
| parent | 3fbdaa5995707a0e7398b3b78e7b7c195a143f6d (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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)" \ |
