aboutsummaryrefslogtreecommitdiff
path: root/utils/inotify-tools
Commit message (Collapse)AuthorAge
* inotify-tools: fix link error on x86krant2024-02-28
| | | | | | | | | | | Previous commit removed unnecessary linking with libstdc++ but introduced another error on x86 platforms: undefined reference to `__stack_chk_fail_local' Fix it by explicitly linking libssp_nonshared.a Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* inotify-tools: update to 4.23.9.0krant2024-02-25
| | | | | | - Workaround superfluous linking with libstdccp Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* inotify-tools: fix compilation with musl 1.2.4Nick Hainke2023-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes errors in the form of: inotifytools.c: In function 'inotifytools_watch_recursively_with_exclude': inotifytools.c:1335:30: error: storage size of 'my_stat' isn't known 1335 | static struct stat64 my_stat; | ^~~~~~~ inotifytools.c:1342:36: error: implicit declaration of function 'lstat64'; did you mean 'lstat'? [-Werror=implicit-function-declaration] 1342 | if ( -1 == lstat64( next_file, &my_stat ) ) { | ^~~~~~~ | lstat inotifytools.c:1335:30: error: unused variable 'my_stat' [-Werror=unused-variable] 1335 | static struct stat64 my_stat; | ^~~~~~~ inotifytools.c: In function 'isdir': inotifytools.c:1621:30: error: storage size of 'my_stat' isn't known 1621 | static struct stat64 my_stat; | ^~~~~~~ inotifytools.c:1621:30: error: unused variable 'my_stat' [-Werror=unused-variable] inotifytools.c:1630:1: error: control reaches end of non-void function [-Werror=return-type] 1630 | } | ^ cc1: all warnings being treated as errors Signed-off-by: Nick Hainke <vincent@systemli.org>
* inotify-tools: update to 3.20.11.0Daniel Golle2020-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* inotify-tools: update to version 3.20.2.2Daniel Golle2020-06-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* inotify-tools: update to 3.20.1Reiner Herrmann2018-05-07
| | | | Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
* inotify-tools: add packagesDaniel Golle2018-04-15
Add packages for inotifywait, inotifywatch and libinotifytools. Signed-off-by: Daniel Golle <daniel@makrotopia.org>