X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fquilt%2Fpatches%2F001-fix_compile.patch;fp=tools%2Fquilt%2Fpatches%2F001-fix_compile.patch;h=c829515f83d56a743f5e5c7489a91c685eccd3dd;hp=c256c65e75dfb927997875b7bd77f2cfbbe86a5a;hb=108c0f53197ddb49cfe331dce3d547eccab5bbdb;hpb=bddbcdfc1a8d5678d0d78ec4290e658420a73bcc 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))