From: jow Date: Fri, 10 Aug 2012 19:26:19 +0000 (+0000) Subject: [tools] bison: link statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0bffc60a85b4e2f9122bf8dc0f0c4a9c6cbf6f65;p=openwrt.git [tools] bison: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33090 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 8cc787148d..b7fdf254a2 100644 --- a/tools/bison/Makefile +++ b/tools/bison/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)