diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-08 20:16:18 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-09 09:18:50 +0200 |
commit | f7c3df7316b9b5747f5a5403cf07efd49c596c8c (patch) | |
tree | 68c75781965778f61c73138c85ad8802a2b9aa1e /main/python | |
parent | c0445267936e7d0fefaf54279f76189fbbc0abf9 (diff) | |
download | aports-f7c3df7316b9b5747f5a5403cf07efd49c596c8c.tar.bz2 aports-f7c3df7316b9b5747f5a5403cf07efd49c596c8c.tar.xz |
main/python: enable IPv6 support
Diffstat (limited to 'main/python')
-rw-r--r-- | main/python/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/python/APKBUILD b/main/python/APKBUILD index 50b34674b8..fb6ab7017d 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -2,7 +2,7 @@ pkgname=python pkgver=2.7.3 _verbase=${pkgver%.*} -pkgrel=4 +pkgrel=5 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" @@ -31,6 +31,7 @@ build() { ./configure --prefix=/usr \ --enable-shared \ --with-threads \ + --enable-ipv6 \ --with-system-ffi \ --with-system-expat \ --enable-unicode=ucs4 \ |