genext2fs: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:28 +0000 (19:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:28 +0000 (19:26 +0000)
SVN-Revision: 33093

tools/genext2fs/Makefile

index 1f69b2a6b6f14cbf009d63894e8866c20a79c403..2462b8cd8afe502f66cec4eaf6d8bdc8b51911c1 100644 (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