aboutsummaryrefslogtreecommitdiff
path: root/tools/findutils/patches/100-include_sysmacros.patch
Commit message (Collapse)AuthorAge
* tools/findutils: Update to 4.7.0Daniel Engberg2020-04-09
| | | | | | | | | | | | 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>
* tools/findutils: include sysmacros.h explicitlyAlex Maclean2017-10-27
glibc is moving to remove the include of sys/sysmacros.h from sys/types.h, and some distros have done this early. Other libcs may already lack this include. Include sysmacros.h explicitly. Fixes: FS#1016 Signed-off-by: Alex Maclean <monkeh@monkeh.net>