From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:24 +0000 (+0000) Subject: [tools] flex: link statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f5d7b5e1409bd698ab11b9c789627fe2314c2ea2;p=15.05%2Fopenwrt.git [tools] flex: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33091 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 2fcc2c643f..8e32ace854 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -16,6 +16,8 @@ PKG_CAT:=bzcat include $(INCLUDE_DIR)/host-build.mk +HOST_LDFLAGS += -static + define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default)