diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
commit | e251f8299bf34e329613e68116d47e124192bc84 (patch) | |
tree | 82aaada62ba14e302c6db2617117543a1dbeebe2 /package/python2/Makefile | |
parent | 3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff) |
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 757e6adc5..0aeb0cf08 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -7,11 +7,11 @@ PKG_NAME:= python2 PKG_VERSION:= 2.7.5 PKG_RELEASE:= 12 PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df -PKG_DESCR:= Python scripting language (Version 2) +PKG_DESCR:= python scripting language (Version 2) PKG_SECTION:= lang PKG_BUILDDEP:= libffi python2-host HOST_BUILDDEP:= libffi-host bzip2-host autotool -PKG_DEPENDS:= libpthread libffi libgcc +PKG_DEPENDS:= libpthread libffi PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ PKG_OPTS:= dev |