diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-09 11:55:52 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-09 11:55:52 +0000 |
commit | 108c0f53197ddb49cfe331dce3d547eccab5bbdb (patch) | |
tree | 9562434d7857a3b2f06d9c5215155768593643de /tools/quilt/patches | |
parent | bddbcdfc1a8d5678d0d78ec4290e658420a73bcc (diff) | |
download | upstream-108c0f53197ddb49cfe331dce3d547eccab5bbdb.tar.gz upstream-108c0f53197ddb49cfe331dce3d547eccab5bbdb.tar.bz2 upstream-108c0f53197ddb49cfe331dce3d547eccab5bbdb.zip |
quilt: update to 0.63
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 40744
Diffstat (limited to 'tools/quilt/patches')
-rw-r--r-- | tools/quilt/patches/000-relocatable.patch | 4 | ||||
-rw-r--r-- | tools/quilt/patches/001-fix_compile.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/quilt/patches/000-relocatable.patch b/tools/quilt/patches/000-relocatable.patch index dab42c2f4c..99d7af5771 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 c256c65e75..c829515f83 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)) |