trummerjo / pvr.zattoo

Initial Comit
15 stars 9 forks source link

fixed: prefer static yajl library #9

Open notspiff opened 7 years ago

notspiff commented 7 years ago

fixes builds on embedded platforms, where we do not want additional shared objects

notspiff commented 7 years ago

if this is not the upstream, please tell me where it is.

notspiff commented 7 years ago

context: http://forum.kodi.tv/showthread.php?tid=297449

trummerjo commented 7 years ago

Will #10 resolve your problem?

akva2 commented 7 years ago

(same guy, work identity)

i assume you mean https://github.com/trummerjo/pvr.zattoo/pull/10/commits/1825752442ecd3635c240f0122648be74ad04986

it will not resolve things because yajl is doing stupid things. it will build the shared library as libyajl.so, while the static library has a trailing _s. and the pc file is generated for the shared library only. also it installs the pc file to the wrong location just to be sure it's worthless ;)

akva2 commented 7 years ago

i have appended an alternative solution that would work with your reworked rule.