From 9689f7c875ffa2fecc661b4d0b0ffcd18b5c9511 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 10 Aug 2012 19:26:30 +0000 Subject: [tools] lzma: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33094 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/lzma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lzma') diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 4922f8087..00ed3dc42 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -21,8 +21,8 @@ UTIL_DIR=$(HOST_BUILD_DIR)/C/LzmaUtil ALONE_DIR=$(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone define Host/Compile - $(MAKE) -C $(UTIL_DIR) -f makefile.gcc - $(MAKE) -C $(ALONE_DIR) -f makefile.gcc + $(MAKE) -C $(UTIL_DIR) -f makefile.gcc LDFLAGS="-static" + $(MAKE) -C $(ALONE_DIR) -f makefile.gcc LDFLAGS="-static" endef define Host/Install -- cgit v1.2.3