aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/insight
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-29 23:42:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-29 23:42:12 +0000
commitdde5daf25b84b466f36c78933df8aeec99de15a3 (patch)
tree4e721f3d55dae0102ba14b5324f57446e1816437 /toolchain/insight
parentb9aed0e190365f29494a3876b4675c5f48494bd4 (diff)
downloadmaster-187ad058-dde5daf25b84b466f36c78933df8aeec99de15a3.tar.gz
master-187ad058-dde5daf25b84b466f36c78933df8aeec99de15a3.tar.bz2
master-187ad058-dde5daf25b84b466f36c78933df8aeec99de15a3.zip
[toolchain] update insight to 6.8-1 (#6007)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/insight')
-rw-r--r--toolchain/insight/Makefile5
1 files changed, 3 insertions, 2 deletions
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