From: Michael Tremer Date: Sun, 4 Dec 2011 22:34:10 +0000 (+0100) Subject: python: Enable UCS4 unicode. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b0548b4e3098e2d7e5e9b888404bb339b1ff2f;p=ipfire-3.x.git python: Enable UCS4 unicode. --- diff --git a/python/python.nm b/python/python.nm index 73f564fbb..0da36063b 100644 --- a/python/python.nm +++ b/python/python.nm @@ -6,7 +6,7 @@ name = python major_ver = 2.7 version = %{major_ver}.2 -release = 2 +release = 3 thisapp = Python-%{version} groups = Development/Languages @@ -65,6 +65,7 @@ build ./configure \ --prefix=/usr \ --enable-ipv6 \ + --enable-unicode=ucs4 \ --with-system-expat \ --with-system-ffi \ --enable-shared