mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 12:52:57 +00:00
lzma: link statically
SVN-Revision: 33094
This commit is contained in:
parent
d505def9ba
commit
ea6c66131f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user