From 034ff40336dd80f57139a1c3990ffb362ff58459 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 31 Jul 2014 14:01:37 -0400 Subject: fix libname in pkgconfig (Closes: #741907) Reported by Adam Majer $ 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 --- debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches/series') diff --git a/debian/patches/series b/debian/patches/series index bc284d0..d61f349 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 20-change-name-to-sqlcipher.patch 20-hurd-locking-style.patch 31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch +32-fix-pkgconfig-libname.patch -- cgit v1.2.3