summaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-06 00:00:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-06 00:00:43 +0000
commitf7e56763e12bdff2261929bbcb691e770341d043 (patch)
treecb0044ff6c628138051f7aedd18077393b5d5ed6 /tools/e2fsprogs
parent5f65074523fa53a2599a868269a20f5971bc7797 (diff)
downloadmaster-31e0f0ae-f7e56763e12bdff2261929bbcb691e770341d043.tar.gz
master-31e0f0ae-f7e56763e12bdff2261929bbcb691e770341d043.tar.bz2
master-31e0f0ae-f7e56763e12bdff2261929bbcb691e770341d043.zip
tools: remove static linking support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 60047c763a..5632e1949d 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -20,7 +20,6 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += $(FPIC)
-HOST_LDFLAGS += $(HOST_STATIC_LINKING)
HOST_CONFIGURE_ARGS += \
--disable-shared \