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 | a7568eb87595f0097a1c4bb4e1c0ce033f7fd350 (patch) | |
tree | 5343dbac2bbff83d5b14aab2eeede44735812104 | |
parent | f79666f20c1d49a176693ab41476e9a1baa1ad66 (diff) | |
download | upstream-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.tar.gz upstream-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.tar.bz2 upstream-a7568eb87595f0097a1c4bb4e1c0ce033f7fd350.zip |
e2fsprogs: link statically
SVN-Revision: 33116
-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 \ |