lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

pkgconfig, static lib and uClibc linking fixes #173

Closed vincent-olivert-riera closed 8 years ago

vincent-olivert-riera commented 8 years ago

This pull request contains the following commits:

Install the pkgconfig file in the usual location Let the shared and the static library have the same name Allow the user to not build the shared library Fix json_reformat, yajl_test and gen-extra-close linking with uClibc

vincent-olivert-riera commented 8 years ago

Superseded by https://github.com/lloyd/yajl/pull/174