X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=a6dcd8a6270849cbd402f1c06e194941613e33fe;hb=a95d8b6513e63551337948b294e72d8cda35cc5e;hp=a6f2a9e95fd5bc8fb099599ed3e029f9964311f4;hpb=27a6fc21ec734fd1855b427fa658d2adcbb4f454;p=openwrt.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index a6f2a9e95f..a6dcd8a627 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,21 +7,25 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quilt -PKG_VERSION:=0.47 +PKG_VERSION:=0.61 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) -PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 +PKG_MD5SUM:=24417eba5961592b64103bdda001ebf4 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += \ + --with-find=$(FIND) + define Host/Configure + cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default) [ -f $(HOST_BUILD_DIR)/Makefile ] endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all endef define Host/Install