Skip to content

fixed: prefer static yajl library#9

Open
notspiff wants to merge 2 commits intotrummerjo:masterfrom
notspiff:fix_embedded_builds
Open

fixed: prefer static yajl library#9
notspiff wants to merge 2 commits intotrummerjo:masterfrom
notspiff:fix_embedded_builds

Conversation

@notspiff
Copy link
Copy Markdown

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

fixes builds on embedded platforms, where we do not
want additional shared objects
@notspiff
Copy link
Copy Markdown
Author

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

@notspiff
Copy link
Copy Markdown
Author

@trummerjo
Copy link
Copy Markdown
Owner

Will #10 resolve your problem?

@akva2
Copy link
Copy Markdown

akva2 commented Nov 25, 2016

(same guy, work identity)

i assume you mean 1825752

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
Copy link
Copy Markdown

akva2 commented Nov 25, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants