[ITP] jansson 2.11

Ken Brown kbrown@cornell.edu
Tue Sep 11 19:36:00 GMT 2018


On 9/11/2018 2:58 PM, Marco Atzeri wrote:
> Am 11.09.2018 um 20:31 schrieb Ken Brown:
>> jansson is in Debian and Fedora:
>>
>>    https://packages.debian.org/source/stretch/jansson
>>    https://apps.fedoraproject.org/packages/jansson
>>
>> My cygport file is attached.
>>
> 
> build fine but test fails as requires installation.
> If you add this, it will test without any installation
> 
> src_test() {
>          PATH=${B}/src/.libs/:${PATH}
>          cd ${B}
>          make -i check
> }

Thanks!  I was wondering how to fix that.  I previously did it the hard 
way, by doing a separate in-tree build and running 'make check' there.

Ken



More information about the Cygwin-apps mailing list