diff options
-rw-r--r-- | main/python/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/python/APKBUILD b/main/python/APKBUILD index c84d25b66..59aac9ca3 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=python pkgver=2.6.5 -pkgrel=3 +pkgrel=4 pkgdesc="A high-level scripting language" url="http://www.python.org" license="custom" @@ -25,7 +25,7 @@ build() { ./configure --prefix=/usr \ --enable-shared \ --with-threads \ - --enable-unicode \ + --enable-unicode=ucs4 \ --disable-gdbm make || return 1 |