elf2flt: needs to link with zlib

Got dropped by the move to packages/.

Fixes http://autobuild.buildroot.net/results/bb7/bb7b2c0bb23e0ab6e148a1e690b2c0827135ff55/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2013-07-08 08:14:53 +02:00
parent bf62ec1c4e
commit 0fbee81a64
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ HOST_ELF2FLT_CONF_OPT = \
--with-libiberty=$(HOST_BINUTILS_DIR)/libiberty/libiberty.a \
--target=$(GNU_TARGET_NAME)
HOST_ELF2FLT_CONF_ENV = LIBS=-lz
define HOST_ELF2FLT_EXTRACT_CMDS
cp -r package/elf2flt/src/* $(@D)
endef