elf2flt: fix link

Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
This commit is contained in:
Peter Korsgaard 2009-01-28 06:32:33 +00:00
parent 45616607b4
commit d5664ee995

View File

@ -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/ \