summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:27:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:27:07 +0000
commita7568eb87595f0097a1c4bb4e1c0ce033f7fd350 (patch)
tree5343dbac2bbff83d5b14aab2eeede44735812104 /tools/e2fsprogs
parentf79666f20c1d49a176693ab41476e9a1baa1ad66 (diff)
downloadmtk-20170518-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.zip
mtk-20170518-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.tar.gz
mtk-20170518-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.tar.bz2
e2fsprogs: link statically
SVN-Revision: 33116
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 194e3ed..dc4dc70 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:=@SF/e2fsprogs
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += $(FPIC)
+HOST_LDFLAGS += -static
HOST_CONFIGURE_ARGS += \
--disable-shared \