From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:19 +0000 (+0000) Subject: bison: link statically X-Git-Tag: reboot~13172 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a8d55378c3e637421cd3edbfab4519e60c4a0855;hp=f874529ca544681d9372018e19f869e6558b0b9e bison: link statically SVN-Revision: 33090 --- 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)