aboutsummaryrefslogtreecommitdiffstats
path: root/main/python
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2012-07-08 20:16:18 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2012-07-09 09:18:50 +0200
commitf7c3df7316b9b5747f5a5403cf07efd49c596c8c (patch)
tree68c75781965778f61c73138c85ad8802a2b9aa1e /main/python
parentc0445267936e7d0fefaf54279f76189fbbc0abf9 (diff)
downloadaports-f7c3df7316b9b5747f5a5403cf07efd49c596c8c.tar.bz2
aports-f7c3df7316b9b5747f5a5403cf07efd49c596c8c.tar.xz
main/python: enable IPv6 support
Diffstat (limited to 'main/python')
-rw-r--r--main/python/APKBUILD3
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 \