]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
python: Enable UCS4 unicode.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Dec 2011 22:34:10 +0000 (23:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Dec 2011 22:34:10 +0000 (23:34 +0100)
python/python.nm

index 73f564fbbd087cd20bdc39cf5abdef48a5250c04..0da36063b0678e29ddabf59bbd034d30b49ac4b8 100644 (file)
@@ -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