From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:27:07 +0000 (+0000) Subject: [tools] e2fsprogs: link statically X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=63c32d88b640d0c9bb111afa485fa3b42cd51a87 [tools] e2fsprogs: link statically SVN-Revision: 33116 --- 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 \