On Tue, December 11, 2018 13:40, Stuart Henderson 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:
>
> Index: Makefile

[...]

>

Hi!
Thanks for the diff needed to build static libs alogside shared one.
I think we could add it without updating jansson itself at this moment.
Update will follow after testing dependent ports.

Reply via email to