From f7c3df7316b9b5747f5a5403cf07efd49c596c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Sun, 8 Jul 2012 20:16:18 +0200 Subject: main/python: enable IPv6 support --- main/python/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') 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 \ -- cgit v1.2.3