diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/python/python.mk | 1 | ||||
-rw-r--r-- | package/python3/python3.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/package/python/python.mk b/package/python/python.mk index e177ef752..94765cbb8 100644 --- a/package/python/python.mk +++ b/package/python/python.mk @@ -89,7 +89,6 @@ endif ifneq ($(BR2_PACKAGE_PYTHON_UNICODEDATA),y) PYTHON_CONF_OPT += --disable-unicodedata -HOST_PYTHON_CONF_OPT += --disable-unicodedata endif # Default is UCS2 w/o a conf opt diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 24e90d68e..880b66e3c 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -77,7 +77,6 @@ endif ifneq ($(BR2_PACKAGE_PYTHON3_UNICODEDATA),y) PYTHON3_CONF_OPT += --disable-unicodedata -HOST_PYTHON3_CONF_OPT += --disable-unicodedata endif ifeq ($(BR2_PACKAGE_PYTHON3_BZIP2),y) |