summaryrefslogtreecommitdiff
path: root/debian/patches/32-fix-pkgconfig-libname.patch
AgeCommit message (Collapse)Author
2015-09-03add fix for #776987Micah Anderson
2014-10-16update patches to apply to sqlcipher 3.2.0Hans-Christoph Steiner
2014-07-31fix 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