From e7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 2 Dec 2025 06:56:21 -0800 Subject: sqlite3: Vendor import of sqlite3 3.50.4 Release notes at https://www.sqlite.org/releaselog/3_50_4.html. Obtained from: https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz --- sqlite3.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3.pc.in') diff --git a/sqlite3.pc.in b/sqlite3.pc.in index a9f941b1e40d..723dd5156390 100644 --- a/sqlite3.pc.in +++ b/sqlite3.pc.in @@ -9,5 +9,5 @@ Name: SQLite Description: SQL database engine Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lsqlite3 -Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@ +Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@ Cflags: -I${includedir} -- cgit v1.3