On Thu, Jun 28, 2018 at 03:26:42PM -0400, Richard Hipp wrote:
> On 6/28/18, Martin Gagnon <eme...@gmail.com> wrote:
> >
> > To use the ns_* function, you needs to install libbind from packages:
> > pkg_add -r libbind.
> >
> 
> I'm thinking I will probably end up having to write my own DNS query
> response parser....
> 

Ok, that's would be ideal I guess (for portability).

But still, FYI: I just manage to compile and link it successfully with
libbind on OpenBSD.

I don't know how to configure autosetup to detect it automatically, but
I just had to edit the Makefile manually after the "./configure" as
the following:

    - addition to CFLAGS variable:
                -I/usr/local/include/bind

    - addition to LIB variable:  
                -L/usr/local/lib/libbind -lbind

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to