mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
build: pass -fno-lto when building expat
Otherwise it's autoconf endianess check will fail to determine what the endianess is..
This commit is contained in:
parent
826fae6a0f
commit
ebce66e532
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ define $(package)_set_vars
|
|||
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
||||
$(package)_config_opts += --without-xmlwf
|
||||
$(package)_config_opts_linux=--with-pic
|
||||
$(package)_cflags += -fno-lto
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
|
|
Loading…
Add table
Reference in a new issue