X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=d0532b5984ea59116aac426d81bbf3ce2c1b18c5;hb=26c16aec670d9206bef1065d0de4c423a6cbdcbe;hp=bda0b9764ec633312dcfa57325766f4f1b56aef5;hpb=108c0f53197ddb49cfe331dce3d547eccab5bbdb;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index bda0b9764e..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.63 +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:=c0ef4beb58a6fa72563b955e70624b6e +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)