changeset 1:a9a28015c0ce draft default tip

Uploaded
author dpryan79
date Wed, 02 Dec 2015 04:15:06 -0500
parents eb571a825cb9
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 02 03:51:16 2015 -0500
+++ b/tool_dependencies.xml	Wed Dec 02 04:15:06 2015 -0500
@@ -51,7 +51,7 @@
         </action>
         <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
         <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
-        <action type="autoconf">--enable-shared</action>
+        <action type="autoconf">--enable-shared --enable-unicode=ucs4</action>
         <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action>
         <action type="shell_command">tar -xjf 18.2.tar.bz2</action>
         <action type="change_directory">pypa-setuptools-1a981f2e5031</action>