X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Finsight%2FMakefile;h=60309ba094a7d87aca8e98a3c7cd4a650de3b2c1;hb=59649164a3cd9cd024a988cf7a7d516322e74203;hp=9fb39e19320b4bcece06d3b99c3d435c1aa8def9;hpb=970918cc4540dcc359c6654a4934e9f9d29a13af;p=lede-git%2F.git diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index 9fb39e1932..60309ba094 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=insight PKG_VERSION:=6.8-1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2 -PKG_MD5SUM:=f7dd764a102beb75c2bb6b8d83455f8e +PKG_HASH:=51216df73adc4f68c67b60356270d5073f0ff094c1b477ecd96560f49707ea2a PKG_SOURCE_URL:=ftp://sourceware.org/pub/insight/releases PKG_CAT:=bzcat @@ -28,7 +28,6 @@ define Host/Configure --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \ - $(DISABLE_NLS) \ --enable-threads \ --enable-werror=no \ );