e2fsprogs: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:27:07 +0000 (19:27 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:27:07 +0000 (19:27 +0000)
SVN-Revision: 33116

tools/e2fsprogs/Makefile

index 194e3edd7ad8acb7a9580562ff869ca242434a4d..dc4dc70aee9b4c978687d6c990141be0abbb655e 100644 (file)
@@ -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 \