summaryrefslogtreecommitdiff
path: root/debian/patches/32-fix-pkgconfig-libname.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2014-10-16 23:26:41 -0400
committerHans-Christoph Steiner <hans@eds.org>2014-10-16 23:26:41 -0400
commitf0c2894038e5b616b80fd639571d7afbe14c1b08 (patch)
treed50cb7595c5fab1ac40509582da9e330f52f8b6e /debian/patches/32-fix-pkgconfig-libname.patch
parent121be71cab384e98755def99c2c4dc3dc82806ac (diff)
update patches to apply to sqlcipher 3.2.0
Diffstat (limited to 'debian/patches/32-fix-pkgconfig-libname.patch')
-rw-r--r--debian/patches/32-fix-pkgconfig-libname.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/patches/32-fix-pkgconfig-libname.patch b/debian/patches/32-fix-pkgconfig-libname.patch
index eaad182..5a9a920 100644
--- a/debian/patches/32-fix-pkgconfig-libname.patch
+++ b/debian/patches/32-fix-pkgconfig-libname.patch
@@ -1,11 +1,8 @@
--- a/sqlcipher.pc.in
+++ b/sqlcipher.pc.in
-@@ -8,6 +8,6 @@ includedir=@includedir@
- Name: SQLite
- Description: SQL database engine
- Version: @RELEASE@
--Libs: -L${libdir} -lsqlite3
-+Libs: -L${libdir} -lsqlcipher
+@@ -10,4 +10,4 @@ Description: SQL database engine
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -lsqlcipher
Libs.private: @LIBS@
-Cflags: -I${includedir}
+Cflags: -I${includedir}/sqlcipher