elf2flt: fix link
Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
This commit is contained in:
parent
45616607b4
commit
d5664ee995
@ -24,6 +24,7 @@ endif
|
||||
|
||||
$(ELF2FLT_DIR)/.configured: $(ELF2FLT_DIR)/.patched
|
||||
(cd $(ELF2FLT_DIR); rm -rf config.cache; \
|
||||
LDFLAGS=-lz \
|
||||
$(ELF2FLT_DIR)/configure \
|
||||
--with-bfd-include-dir=$(BINUTILS_DIR1)/bfd/ \
|
||||
--with-binutils-include-dir=$(BINUTILS_DIR)/include/ \
|
||||
|
Loading…
Reference in New Issue
Block a user