diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:27:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:27:07 +0000 |
commit | 897b0f59ab49386295d19bcc7176c86f354056f9 (patch) | |
tree | cce99df99f4afde0d8a752881e3b70906bd6bdf6 /tools/e2fsprogs | |
parent | d51ee13f47904e07c8de8bee4aeb1c4205cea719 (diff) | |
download | master-187ad058-897b0f59ab49386295d19bcc7176c86f354056f9.tar.gz master-187ad058-897b0f59ab49386295d19bcc7176c86f354056f9.tar.bz2 master-187ad058-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/e2fsprogs')
-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 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 \ |