From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:36 +0000 (+0000) Subject: [tools] mklibs: link statically X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0e8bf6b1aa219e4aa53dc63d8848c2bfdce452be;p=openwrt%2Fsvn-archive%2Farchive.git [tools] mklibs: link statically SVN-Revision: 33097 --- diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 7a82848adb..0858ad3d50 100644 --- a/tools/mklibs/Makefile +++ b/tools/mklibs/Makefile @@ -16,6 +16,7 @@ PKG_MD5SUM:=afe0ed527ba96b8a882b5de350603007 include $(INCLUDE_DIR)/host-build.mk HOST_CFLAGS += -I$(CURDIR)/include +HOST_LDFLAGS += -static define Host/Install $(INSTALL_BIN) \