X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/de8d91bff3528f03e8b468d2703ef2e3b06b37fd..d519a96dc82f9e0a582c63cb01c6bbd4585827e8:/packages/python/build.sh diff --git a/packages/python/build.sh b/packages/python/build.sh index 9f84dda3..a7a6b907 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -13,7 +13,7 @@ TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python- # The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python. # Set ac_cv_func_wcsftime=no to avoid errors such as "character U+ca0025 is not in range [U+0000; U+10ffff]" # when executing e.g. "from time import time, strftime, localtime; print(strftime(str('%Y-%m-%d %H:%M'), localtime()))" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_func_fstatvfs=yes ac_cv_func_statvfs=yes ac_cv_header_sys_statvfs_h=yes ac_cv_func_wcsftime=no" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_func_wcsftime=no" # Avoid trying to include which does not exist on android-21: TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_ftime=no" # Avoid trying to use AT_EACCESS which is not defined: