File: 2039-restore-sqlcipher-pc-file.patch

package info (click to toggle)
sqlcipher 4.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120,460 kB
  • sloc: ansic: 310,189; tcl: 24,097; javascript: 13,561; java: 8,138; sh: 7,586; makefile: 2,448; yacc: 1,727; cpp: 312; cs: 307; sql: 59
file content (24 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
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}