lloyd / yajl

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

Install pkg-config file into libdir #217

Closed olafhering closed 4 years ago

olafhering commented 5 years ago

Most pkgconfig files contain a Libs: variable, which is either /usr/lib or /usr/lib64. If a 32bit and a 64bit variant of yajl libraries is installed, the last one wins. As a result compiling for the other bitsize will fail.

Instead of sharedir use libdir as install target.

Signed-off-by: Olaf Hering olaf@aepfle.de

jayvdb commented 4 years ago

This is a dup of https://github.com/lloyd/yajl/pull/131

olafhering commented 4 years ago

Correct. Dropping off of this stale repo.