Re: [Openvpn-devel] [PATCH v3] Fix building with --enable-async-push in FreeBSD

2020-03-15 Thread Gert Doering
Hi, On Sat, Mar 14, 2020 at 02:59:57AM +0200, Lev Stipakov wrote: > This option can be used in FreedBSD with devel/libinotify > installed. > > Detect presence of libinotify with pkgconf and use its word > to compile and link. > > Signed-off-by: Lev Stipakov > --- > > v3: use _CFLAGS from

[Openvpn-devel] [PATCH v3] Fix building with --enable-async-push in FreeBSD

2020-03-14 Thread Lev Stipakov
This option can be used in FreedBSD with devel/libinotify installed. Detect presence of libinotify with pkgconf and use its word to compile and link. Signed-off-by: Lev Stipakov --- v3: use _CFLAGS from pkgconf to get include dir v2: use _LIBS from pkgcong instead of hardcoded -linotify