mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-14 02:09:48 +03:00
elf2flt: fix link
Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
This commit is contained in:
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user