]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/yajl: add patch to fix static build issue
authorJörg Krause <joerg.krause@embedded.rocks>
Sat, 21 Nov 2015 19:22:06 +0000 (20:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Nov 2015 09:33:30 +0000 (10:33 +0100)
commitb18e4b58499a90694b2447db4e4ceef3af8d897c
tree55c79e52cfb139de60d962caff927f3431a9d1e3
parent2b88f14fdc1abf7ed1b270608a087d8f3e289e1c
package/yajl: add patch to fix static build issue

mpd's plugin soundcloud requires yajl. In static build context yajl library is
named yajl_s so linking against yajl fails:
  /bin/ld: cannot find -lyajl

Use a pull request patch [1] to let the shared and the static library
have the same name. They will be differentiated by the extension (.so or .a).

Fixes:
http://autobuild.buildroot.net/results/5ac/5acba9b0ed852512fc88e83973a3b5389e6d54be/
http://autobuild.buildroot.net/results/739/73934ad67efa121fedeaa03fdad290aa63f1485e/

[1] https://github.com/lloyd/yajl/pull/174

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/yajl/yajl.hash
package/yajl/yajl.mk