From: jow Date: Fri, 10 Aug 2012 19:26:28 +0000 (+0000) Subject: [tools] genext2fs: link statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2df6dd7751f4eb1b1c48791ecfa1410615383098;p=openwrt.git [tools] genext2fs: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33093 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 1f69b2a6b6..2462b8cd8a 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \ define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) \ CFLAGS="$(HOST_CFLAGS)" \ + LDFLAGS="$(HOST_LDFLAGS) -static" \ all endef