]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python3: Fix build when endianess detection fails
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 May 2021 11:13:40 +0000 (11:13 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:39 +0000 (07:42 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/python3

index 673c77654049643c32ce6be8ed45f00e73b5d65e..13c403331dba2dc3396e88be0206d231a07de5d7 100644 (file)
@@ -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 = \