aboutsummaryrefslogtreecommitdiffstats
path: root/tools/findutils/patches/100-include_sysmacros.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2020-04-05 21:48:18 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-04-09 22:08:38 +0200
commit71ea940a842c97b1972af797dfe88a45bc1ff542 (patch)
tree2eeace20046ae2150306ef60baee152d766facc8 /tools/findutils/patches/100-include_sysmacros.patch
parentc9daacbf183ad6e0a77390dfdbebf3ccbfa123e4 (diff)
downloadupstream-71ea940a842c97b1972af797dfe88a45bc1ff542.tar.gz
upstream-71ea940a842c97b1972af797dfe88a45bc1ff542.tar.bz2
upstream-71ea940a842c97b1972af797dfe88a45bc1ff542.zip
tools/findutils: Update to 4.7.0
Update findutils to 4.7.0 Remove patches Enable pthreads Disable NLS support to be consistent with other tools such as bison, e2fsprogs and sed. Disable selinux support to be consistent with other tools such as sed and tar Disable rpath as we don't need hardcoded paths Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/findutils/patches/100-include_sysmacros.patch')
-rw-r--r--tools/findutils/patches/100-include_sysmacros.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/findutils/patches/100-include_sysmacros.patch b/tools/findutils/patches/100-include_sysmacros.patch
deleted file mode 100644
index 82b1ee9a42..0000000000
--- a/tools/findutils/patches/100-include_sysmacros.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/gl/lib/mountlist.c
-+++ b/gl/lib/mountlist.c
-@@ -17,6 +17,10 @@
-
- #include <config.h>
-
-+#ifdef MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #include "mountlist.h"
-
- #include <limits.h>