X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Finsight%2FMakefile;h=3744f5645117731118cdbe66f787675e10e023d0;hb=372438e31eb9c31fcd0ac3d8c8f9b37d261aa3c2;hp=b71e0fd96fdc3184202ab6f5d6e97ed06527d1f6;hpb=dc74adf4453d5f9bfaf5896e7de43938ab628472;p=openwrt-working-2016%2F.git diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index b71e0fd96f..3744f56451 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=insight PKG_VERSION:=6.8-1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=4ee9824c1e8d6108d886c6c09b24f0ac +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2 +PKG_MD5SUM:=f7dd764a102beb75c2bb6b8d83455f8e 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 \ );