diff --git a/base/python/build.sh b/base/python/build.sh index c7d0b53..7630f99 100644 --- a/base/python/build.sh +++ b/base/python/build.sh @@ -19,7 +19,8 @@ build() { --with-system-ffi=true \ --with-ssl-default-suites=openssl \ ax_cv_c_float_words_bigendian=no \ - ac_cv_buggy_getaddrinfo=no + ac_cv_buggy_getaddrinfo=no \ + ac_cv_file__dev_ptmx=yes make }