summaryrefslogtreecommitdiff
path: root/sqlite3.pc.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-12-02 06:56:21 -0800
committerCy Schubert <cy@FreeBSD.org>2025-12-02 06:56:21 -0800
commite7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 (patch)
tree21bf03bdef3e8c06f64285050a38271e06b411a0 /sqlite3.pc.in
parent89922daaa168292633b1a7a523bcd0559487c6ad (diff)
sqlite3: Vendor import of sqlite3 3.50.4vendor/sqlite3/sqlite-3500400vendor/sqlite3
Release notes at https://www.sqlite.org/releaselog/3_50_4.html. Obtained from: https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz
Diffstat (limited to 'sqlite3.pc.in')
-rw-r--r--sqlite3.pc.in2
1 files changed, 1 insertions, 1 deletions
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}