diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index a6dcd8a6270849cbd402f1c06e194941613e33fe..bda0b9764ec633312dcfa57325766f4f1b56aef5 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quilt -PKG_VERSION:=0.61 +PKG_VERSION:=0.63 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) -PKG_MD5SUM:=24417eba5961592b64103bdda001ebf4 +PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e include $(INCLUDE_DIR)/host-build.mk diff --git a/tools/quilt/patches/000-relocatable.patch b/tools/quilt/patches/000-relocatable.patch index dab42c2f4c15be0219b26e4fa469834ab6b74df5..99d7af5771dc6250f5e22f27fe0e02b14443d180 100644 --- a/tools/quilt/patches/000-relocatable.patch +++ b/tools/quilt/patches/000-relocatable.patch @@ -1,7 +1,7 @@ --- a/bin/quilt.in +++ b/bin/quilt.in -@@ -11,9 +11,15 @@ - unset POSIXLY_CORRECT +@@ -15,9 +15,15 @@ + unset GREP_OPTIONS export TEXTDOMAIN=quilt -export TEXTDOMAINDIR=@LOCALEDIR@ diff --git a/tools/quilt/patches/001-fix_compile.patch b/tools/quilt/patches/001-fix_compile.patch index c256c65e75dfb927997875b7bd77f2cfbbe86a5a..c829515f83d56a743f5e5c7489a91c685eccd3dd 100644 --- a/tools/quilt/patches/001-fix_compile.patch +++ b/tools/quilt/patches/001-fix_compile.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu +@@ -272,13 +272,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@) configure : configure.ac aclocal.m4 @@ -14,5 +14,5 @@ - @false + @touch $@ - compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111)) + compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))