On Wed, 23 Jan 2019 at 17:24, Chris Lamb <la...@debian.org> wrote: > Hi Tavian, > > > Those dependencies are not required however -- if the headers > > aren't there, the relevant functionality will be stubbed out > > automatically. > > I'm not actually seeing that; for example, when I build without the > libacl1-dev and libcap-dev packages installed: > [snip]
Did you build that on Linux? -lacl -lcap is added only if $(uname) == Linux: https://github.com/tavianator/bfs/blob/master/Makefile#L54