Menu

#74 static build is broken with sqlite3

0.12.0
open
nobody
5
2010-05-29
2010-05-29
No

sqlite3, build from amalgamation sources, needs additional libraries for static linking.
Here's the output of "pkg-config --libs --static sqlite3" : -lsqlite3 -ldl -lpthread.
Because of that mediatomb's configure errors out if called with --enable-static and --enable-sqlite3

Discussion


Log in to post a comment.