X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fbison%2FMakefile;h=2dcbe617af34b04fb5151edce89bf2179aecb7ff;hb=a3383e4b016478c73cf149ae7f42ad8f9b87ffbb;hp=139dbc763b682676556ec45fd56684b0b375f709;hpb=ff62e83211c8ed306f6c7e5996d1bc7199dc9f00;p=openwrt%2Fstaging%2Fstintel.git diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 139dbc763b..2dcbe617af 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,16 +7,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.2.4 +PKG_VERSION:=3.3.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=523d44419f4df68286503740c95c7b3400b748d7d8b797209195ee5d67f05634 +PKG_HASH:=039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804 HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += --enable-threads=pth + define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default)