[OE-core] [PATCH] pseudo: fix link of sqlite3 using pkg-config

Seebs seebs at seebs.net
Sun Nov 18 18:42:13 UTC 2018


On Sun, 18 Nov 2018 19:36:46 +0100
Jens Rehsack <sno at netbsd.org> wrote:

> +	for sqlite_link_opt in $(pkg-config sqlite3 --libs --static)

Ugh, but yeah, I think this is probably needed. I'm a bit concerned
about libsqlite3 ending up with readline included, that really seems
like something that should only be ending up in the sqlite3 binary, not
in the library?

None of this affects client side (libpseudo doesn't get linked
against sqlite3), so it shouldn't cause problems for other programs. So
this looks good to me.

Sorry about the delay in getting to things, I am sorta swamped lately.

-s


More information about the Openembedded-core mailing list