Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | add fix for #776987 | Micah Anderson | |
2014-10-16 | update patches to apply to sqlcipher 3.2.0 | Hans-Christoph Steiner | |
2014-07-31 | fix libname in pkgconfig (Closes: #741907) | Hans-Christoph Steiner | |
Reported by Adam Majer <adamm@zombino.com> $ pkg-config --libs sqlcipher -lsqlite3 I would expect -lsqlcipher instead. pkg-config --cflags sqlcipher could include the -I/usr/include/sqlcipher, but this is less important. pkg-config --list-all | grep sqlcipher sqlcipher SQLite - SQL database engine https://bugs.debian.org/741907 |