summaryrefslogtreecommitdiffstats
path: root/tools/genext2fs
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:28 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:28 +0000
commit2df6dd7751f4eb1b1c48791ecfa1410615383098 (patch)
treec5f5f98226143f31122d36e37bb9d7aab18a2d5c /tools/genext2fs
parent524683ad45fb39e33e0ee2aae36fa0964c4573a4 (diff)
[tools] genext2fs: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/genext2fs')
-rw-r--r--tools/genext2fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile
index 1f69b2a6b..2462b8cd8 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