X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Finsight%2FMakefile;h=e53635b274f4c912e466200438d3d644a587ca4e;hb=521d27ee45392f09692dd8bf2d5aa338a4032a72;hp=34e6867b9fe911a46cd422f12cbe886780d6c219;hpb=9cfe8533af333e8acad31a4fbbf8dca8f83791d7;p=openwrt-10.03%2F.git diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index 34e6867b9..e53635b27 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