aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit897b0f59ab49386295d19bcc7176c86f354056f9 (patch)
treecce99df99f4afde0d8a752881e3b70906bd6bdf6 /tools
parentd51ee13f47904e07c8de8bee4aeb1c4205cea719 (diff)
downloadupstream-897b0f59ab49386295d19bcc7176c86f354056f9.tar.gz
upstream-897b0f59ab49386295d19bcc7176c86f354056f9.tar.bz2
upstream-897b0f59ab49386295d19bcc7176c86f354056f9.zip
[tools] e2fsprogs: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33116 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/e2fsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 194e3edd7a..dc4dc70aee 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 \