From 27f8f32dc503dfbb1ada995ddba7771c4696e99c Mon Sep 17 00:00:00 2001 From: Ella Stanforth Date: Sat, 23 Apr 2022 16:20:35 +0000 Subject: [PATCH] python: fix cross again --- base/python/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/python/build.sh b/base/python/build.sh index 7630f99..9c26091 100644 --- a/base/python/build.sh +++ b/base/python/build.sh @@ -20,7 +20,8 @@ build() { --with-ssl-default-suites=openssl \ ax_cv_c_float_words_bigendian=no \ ac_cv_buggy_getaddrinfo=no \ - ac_cv_file__dev_ptmx=yes + ac_cv_file__dev_ptmx=yes \ + ac_cv_file__dev_ptc=no make }