> Am 08.11.2018 um 16:43 schrieb Burton, Ross <[email protected]>: > > On Thu, 8 Nov 2018 at 14:53, Jens Rehsack <[email protected]> wrote: > >> I digged a bit deeper (since I'd like to get a reasonable solution even for >> other dependent components) and would say, pseudo will also fail, when >> sqlite3 is build using readline or libz. >> The better option will be to let pseudo use the libs and link-flags from >> sqlite.pc > > Yes for libz, but I'd assumed the readline dependency was solely in > the binary not the library. > > Annoyingly the fairly simple change to pseudo to make it use > pkg-config for flags then failed to link statically. If you want to > see what I did and fancy fixing it, then my WIP is in the pkgconfig > branch at https://gitlab.com/rossburton/pseudo.
That looks even better then my patch (I send it for review), which results in > DB_LDFLAGS=$(SQLITE)/$(SQLITE_LIB)/libsqlite3.a -lz -lm -ldl -lpthread > -lpthread for pseudo to link ... I'm a bit confused wrt. the requirement of static linking anyway ... but let's assume it's necessary and not dig into that :D Cheers -- Jens Rehsack - [email protected]
signature.asc
Description: Message signed with OpenPGP
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
