X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=d0532b5984ea59116aac426d81bbf3ce2c1b18c5;hb=4f02285d8b4a66359a8fa46f22a3efde391b5419;hp=a6dcd8a6270849cbd402f1c06e194941613e33fe;hpb=cac9ed3ffdc418ea529d56baf5b76671d6d62f47;p=openwrt%2F.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index a6dcd8a627..d0532b5984 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,17 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quilt -PKG_VERSION:=0.61 +PKG_VERSION:=0.65 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) -PKG_MD5SUM:=24417eba5961592b64103bdda001ebf4 +PKG_SOURCE_URL:=@SAVANNAH/quilt +PKG_HASH:=f6cbc788e5cbbb381a3c6eab5b9efce67c776a8662a7795c7432fd27aa096819 include $(INCLUDE_DIR)/host-build.mk -HOST_CONFIGURE_ARGS += \ - --with-find=$(FIND) - define Host/Configure cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default)