libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

Build with/without INOTIFY

Open dbaio opened this issue 6 years ago • 1 comments

Hi.

Some FreeBSD users reported a build issue related with inotify.

I noted that this happens only when they have libinotify installed in their systems (a Samba dependency).

So my question is, inotify is mandatory or optional? And if it's optional, how is the best approach to disable it at build time?

Thank you in advance.

dbaio avatar Aug 10 '19 13:08 dbaio

https://github.com/rakshasa/libtorrent/blob/master/scripts/checks.m4#L448

Need to change the check to use AC_ARG_WITH.

rakshasa avatar Aug 23 '19 10:08 rakshasa