X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fquilt%2Fpatches%2F001-fix_compile.patch;h=3ce93f0cf8e945b17e39c1e0af42709f38925d59;hp=c256c65e75dfb927997875b7bd77f2cfbbe86a5a;hb=c7fb0f04aa89eb5cace9a3c071a95490e2c4f197;hpb=5166bb0b1bca795ce53157f32f81b3c7c9b5e555 diff --git a/tools/quilt/patches/001-fix_compile.patch b/tools/quilt/patches/001-fix_compile.patch index c256c65e75..3ce93f0cf8 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 +@@ -271,13 +271,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))