Wednesday, December 12, 2018

Re: UPDATE: jansson (2.12)

On Tue, 11 Dec 2018 10:40:53 +0000
Stuart Henderson <sthen@openbsd.org> wrote:
> On 2018/12/11 18:47, YASUOKA Masahiko wrote:
>> Hi,
>>
>> The diff does the followings:
>>
>> - update to jansson-2.12
>> - include a static library
>> - use configure && make, instead of cmake
>>
>> My motivation was to include the static library, since I'd like to use
>> it within a statically linked CGI program.
>>
>> I had tried to modify CMakeLists.txt to build both static and shared
>> library, but it was not easy for me. On the other hand, just doing
>> "configure && make" does it as the default. I choiced "configure"
>> rather than cmake. Is there any reason to keep using cmake?
>
> It needs testing with dependent ports either way, but the static
> library can be added to the cmake build like this:

Thanks,

"make test" in devel/jansson passed on amd64, aarch64 and mips64. I
put the logs on the URLs following:

http://yasuoka.net/~yasuoka/tmp/jansson-2.12-test-amd64.txt
http://yasuoka.net/~yasuoka/tmp/jansson-2.12-test-octeon.txt
http://yasuoka.net/~yasuoka/tmp/jansson-2.12-test-arm64.txt

--yasuoka

No comments:

Post a Comment