From 897b0f59ab49386295d19bcc7176c86f354056f9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:27:07 +0000 Subject: [tools] e2fsprogs: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33116 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/e2fsprogs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 \ -- cgit v1.2.3