aboutsummaryrefslogtreecommitdiffstats
path: root/tools/quilt/patches/001-fix_compile.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-09 11:55:52 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-09 11:55:52 +0000
commitd14d875acb524d25c05869bdeb8af644087fbcba (patch)
tree2452dc20cb95cbb2253fb40c1acde47a53184a9b /tools/quilt/patches/001-fix_compile.patch
parentc026bbe150dfaec47a154d2814a9558c2d2bb1e9 (diff)
downloadmaster-187ad058-d14d875acb524d25c05869bdeb8af644087fbcba.tar.gz
master-187ad058-d14d875acb524d25c05869bdeb8af644087fbcba.tar.bz2
master-187ad058-d14d875acb524d25c05869bdeb8af644087fbcba.zip
[tools] quilt: update to 0.63
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/quilt/patches/001-fix_compile.patch')
-rw-r--r--tools/quilt/patches/001-fix_compile.patch4
1 files changed, 2 insertions, 2 deletions
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))