From: Florian Fainelli Date: Thu, 29 Oct 2009 23:42:12 +0000 (+0000) Subject: update insight to 6.8-1 (#6007) X-Git-Tag: reboot~22024 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=912525e8bbeb24a315a97ee2072c1f0c201e67c0 update insight to 6.8-1 (#6007) SVN-Revision: 18217 --- diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index 34e6867b9f..e53635b274 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=insight -PKG_VERSION:=6.8 +PKG_VERSION:=6.8-1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=b403972b35520399663c7054e8132ca9 +PKG_MD5SUM:=4ee9824c1e8d6108d886c6c09b24f0ac PKG_SOURCE_URL:=ftp://sourceware.org/pub/insight/releases PKG_CAT:=bzcat @@ -30,6 +30,7 @@ define Host/Configure --target=$(REAL_GNU_TARGET_NAME) \ $(DISABLE_NLS) \ --enable-threads \ + --enable-werror=no \ ); endef