From: Michael Tremer Date: Wed, 5 May 2021 11:13:40 +0000 (+0000) Subject: python3: Fix build when endianess detection fails X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a5ed9e418994dddd84d48ffad27082e86f041ed;p=people%2Fstevee%2Fipfire-2.x.git python3: Fix build when endianess detection fails Signed-off-by: Michael Tremer --- diff --git a/lfs/python3 b/lfs/python3 index 673c776540..13c403331d 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -44,7 +44,8 @@ ifeq "$(ROOT)" "" --enable-shared \ --with-system-expat \ --with-system-ffi \ - --with-ensurepip + --with-ensurepip \ + ax_cv_c_float_words_bigendian=no else TARGET = $(DIR_INFO)/$(THISAPP)-tools CONFIGURE_ARGS = \