python, python3: enable unicodedata for host-python, needed by setuptools

As we are going to bump setuptools to a much newer version, the host
python needs to be built with support for unicodedata.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2014-02-18 21:40:05 +01:00 committed by Peter Korsgaard
parent 0520b8cf59
commit 73293e88c8
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ HOST_PYTHON_CONF_OPT += \
--disable-curses \
--disable-codecs-cjk \
--disable-nis \
--disable-unicodedata \
--enable-unicodedata \
--disable-dbm \
--disable-gdbm \
--disable-bsddb \

View File

@ -25,7 +25,7 @@ HOST_PYTHON3_CONF_OPT += \
--disable-curses \
--disable-codecs-cjk \
--disable-nis \
--disable-unicodedata \
--enable-unicodedata \
--disable-test-modules \
--disable-idle3 \
--disable-pyo-build