diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
commit | dfd37d10510d013fc7c49ecb42d1b75c14be4594 (patch) | |
tree | 23bc90b2ebd5c5fe09246397839de7af5ac40da8 /package/python2 | |
parent | 859309a404f1c10f77832b47de7b329bd6664395 (diff) |
compile autotool stuff, bison and flex by default
Diffstat (limited to 'package/python2')
-rw-r--r-- | package/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index a3d23a0f6..8a35b0a47 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df PKG_DESCR:= python scripting language (Version 2) PKG_SECTION:= dev/lang PKG_BUILDDEP:= libffi python2-host -HOST_BUILDDEP:= libffi-host bzip2-host autotool +HOST_BUILDDEP:= libffi-host bzip2-host PKG_DEPENDS:= libpthread libffi PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ |