mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
python3: Fix build when endianess detection fails
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
46437c6c35
commit
5a5ed9e418
@@ -44,7 +44,8 @@ ifeq "$(ROOT)" ""
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
--with-ensurepip
|
--with-ensurepip \
|
||||||
|
ax_cv_c_float_words_bigendian=no
|
||||||
else
|
else
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)-tools
|
TARGET = $(DIR_INFO)/$(THISAPP)-tools
|
||||||
CONFIGURE_ARGS = \
|
CONFIGURE_ARGS = \
|
||||||
|
|||||||
Reference in New Issue
Block a user