Changelog: https://github.com/tavianator/bfs/compare/1.3.1...1.3.2
While here, upstream assumes that a sys/acl.h header exists which can break
the build so turn that assumption off.
Reported by landry@ from the latest powerpc bulk build, patch tested by
cwen@
ok solene@
bfs is a variant of the UNIX find command that operates breadth-first
rather than depth-first. It is otherwise intended to be compatible with
many versions of find, including:
* POSIX find
* GNU find
* {Free,Open,Net}BSD find
* macOS find