1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Syed-Shahrukh-OSSRevival <syed.shahrukh@ossrevival.org>
Date: Thu, 3 Sep 2025 10:34:06 +0500
Subject: Restore sqlcipher pc file.
Forwarded: not-needed
diff --git a/sqlite3.pc.in b/sqlite3.pc.in
index 723dd515..e74c9d68 100644
--- a/sqlite3.pc.in
+++ b/sqlite3.pc.in
@@ -3,11 +3,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/sqlcipher
-Name: SQLite
+Name: SQLCipher
Description: SQL database engine
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lsqlite3
+Libs: -L${libdir} -lsqlcipher
Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@
Cflags: -I${includedir}
|