lloyd / yajl

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

Fix pkgconfig file to be relocatable. #214

Open fandjelo opened 5 years ago

fandjelo commented 5 years ago

When using relocatable cross toolchain with yajl included the result can be copied to different paths and machines. It can be even used from docker or something similar. However, current modification makes pkgconfig file for yajl relocatable and independet from the original package installation path.