summaryrefslogtreecommitdiff
path: root/tools/genext2fs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:28 +0000
commitd505def9ba6314206886995b416ae28bccf94d47 (patch)
tree321094c82bed27f3f6f18bf2f4779c09ecfbd29b /tools/genext2fs
parent6c47378041fa47e33a658951b9148fdf60967092 (diff)
downloadmtk-20170518-d505def9ba6314206886995b416ae28bccf94d47.zip
mtk-20170518-d505def9ba6314206886995b416ae28bccf94d47.tar.gz
mtk-20170518-d505def9ba6314206886995b416ae28bccf94d47.tar.bz2
genext2fs: link statically
SVN-Revision: 33093
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 1f69b2a..2462b8c 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