diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 12:51:22 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 12:51:22 +0100 |
| commit | 9f02979caebb6e900fe101a257d8e6c344a7a173 (patch) | |
| tree | 350b808ae23e8abb4ff08d472b76104a89e1f35a /package/python2/Makefile | |
| parent | afb9908771db100ee97bb933fcca850c4f49af5a (diff) | |
| parent | ee3c54b1570b9dd8ea900a11d496ced1ad1ae356 (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 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 \ |
