Sjors,
The attached packaging updates the libjson to the latest 7.6.1 release
and patches the makefile so that the fink build produces both the static
and shared libs with the latter residing in a new libjson-shlibs split-off.
This upgrade to the newer libjson release allows the package to be
On Sat, 17 May 2014 13:07:14 -0400, Jack Howarth
wrote:
Sjors,
> The attached packaging updates the libjson to the latest
> 7.6.1 release and patches the makefile so that the fink build
> produces both the static and shared libs with the latter residing in
> a new libjson-shlibs split-off
Daniel,
I think we can also add an InfoTest. While 'make test' is broken in
the top level make file, it appears to work if you do ' cd
_internals/TestSuite; make test; ./test all' which seems to also compile
the files in _internals/TestSuite2. I am still waiting for it to complete
because it
Also, I wonder if we should really be distributing the internal headers for
this package.
On Saturday, May 17, 2014, Jack Howarth wrote:
> Daniel,
>I think we can also add an InfoTest. While 'make test' is broken in
> the top level make file, it appears to work if you do ' cd
> _internal