aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.pc.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-07-07 23:45:18 +0000
committerCy Schubert <cy@FreeBSD.org>2025-07-07 23:45:18 +0000
commit89922daaa168292633b1a7a523bcd0559487c6ad (patch)
tree8867accbd62790559ea9b2609fa40b3ce995a04f /sqlite3.pc.in
parent657ea345f331704c612a35e5a74968bef9ffcfd8 (diff)
sqlite3: Vendor import of sqlite3 3.50.2vendor/sqlite3
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 3799671e613b..a9f941b1e40d 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: @LIBS@
+Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@
Cflags: -I${includedir}