From d23cd599f627882331cf724ba0f85e6b807fd772 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 10 Aug 2012 19:26:36 +0000 Subject: [tools] mklibs: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33097 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/mklibs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mklibs') diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 7a82848ad..0858ad3d5 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) \ -- cgit v1.2.3