Commit d5664ee9 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

elf2flt: fix link

Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
parent 45616607
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/ \