diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-17 08:21:18 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-17 08:21:18 +0000 |
| commit | 487fdccb71a32fde1e9d8fd06e056fc5c73a32e6 (patch) | |
| tree | 8444cc518c9cc51bd6a1e408360bb846c40a2a04 /main/python | |
| parent | 30b149bb3ea973bf5284b577a5270dbcbb49b0c6 (diff) | |
| parent | fa4eec1441c69fd0973ff8daf278bb730e48400b (diff) | |
| download | aports-487fdccb71a32fde1e9d8fd06e056fc5c73a32e6.tar.bz2 aports-487fdccb71a32fde1e9d8fd06e056fc5c73a32e6.tar.xz | |
Merge remote branch 'clandmeter/master'
Diffstat (limited to 'main/python')
| -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 |
