diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-10 19:27:07 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-10 19:27:07 +0000 |
commit | a2d6ebfdfee14165a2b5aca0a4a2a16c507dc63f (patch) | |
tree | cce99df99f4afde0d8a752881e3b70906bd6bdf6 /tools | |
parent | dab489db7c6426fdf3805d697a7059304f69a36b (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 194e3edd7..dc4dc70ae 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 \ |