[tools] bison: link statically

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33090 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-08-10 19:26:19 +00:00
parent 8ef5e614de
commit cc849e20af
1 changed files with 2 additions and 0 deletions

View File

@ -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)