aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \