libsodium mess

Hal Murray hmurray at megapathdsl.net
Thu Jan 19 19:39:54 UTC 2017


>> NetBSD puts sodium.h in /usr/pkg/include/
>> FreeBSD puts it in /usr/local/include/
> I added includes=ctx.env.PLATFORM_INCLUDES as an argument to the header
> check. In theory that ought to fix this. 

Still doesn't work on either NetBSD or FreeBSD.  (Of  course, I might have 
fatfingered something.)

I see this in configure.py:

    if ctx.env.PLATFORM_TARGET in ["freebsd", "osx", "openbsd"]:
        ctx.env.PLATFORM_INCLUDES = ["/usr/local/include"]
        ctx.env.PLATFORM_LIBPATH = ["/usr/local/lib"]

That looks like it should work on FreeBSD, but it doesn't.  I looked in 
config.log.  It's not there.

I didn't see anything similar for NetBSD, but if the above works, I can 
probably work out the rest.


-- 
These are my opinions.  I hate spam.





More information about the devel mailing list