inotify-tools: Update version from 3.14 to 3.22.6.0 #2927
Merged
+16
−18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to new version, which adds tools for fanotify(7).
Normalize be0 file to mTEMPLATE.be0.
Notes:
Overwrite autogen.sh call
The supplied autogen.sh tools doesn't accepts the arguments, bee
supplies by default:
Overwrite autogen.sh call in mee_patch().
Configure options
--disable-doxygen : Avoid installation of (sparse) library doc in
/usr/share/doc/inotify-tools
--enable-fanotify : Create fsnotifywait, fsnotifywatch and the related
man pages. These tools can use fanotify(7)
build_in_sourcedir
Without
build_in_sourcedir
some strage errors are triggered, e.g.Maybe it is using the include files from the system instead of its own.
Anyway, just add
build_in_sourcdir
.