From fd7657e5af5dfc0604dae50463c383e7fa98cbf6 Mon Sep 17 00:00:00 2001 From: Ella Stanforth Date: Sat, 23 Apr 2022 16:16:36 +0000 Subject: [PATCH] python: fix cross --- 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 635e5dd..c7d0b53 100644 --- a/base/python/build.sh +++ b/base/python/build.sh @@ -18,7 +18,8 @@ build() { --host=$TRIPLE \ --with-system-ffi=true \ --with-ssl-default-suites=openssl \ - ax_cv_c_float_words_bigendian=no + ax_cv_c_float_words_bigendian=no \ + ac_cv_buggy_getaddrinfo=no make }