genext2fs: link statically

SVN-Revision: 33093
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:28 +00:00
parent 6c47378041
commit d505def9ba
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) \
CFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS) -static" \
all
endef