mklibs: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:36 +0000 (19:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:36 +0000 (19:26 +0000)
SVN-Revision: 33097

tools/mklibs/Makefile

index 7a82848adbd8f27899b02e24f8f4d16a6863b347..0858ad3d501739f0dffaba932fc43b5b74d446bb 100644 (file)
@@ -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) \