diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-07-07 23:45:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-07-07 23:45:18 +0000 |
commit | 89922daaa168292633b1a7a523bcd0559487c6ad (patch) | |
tree | 8867accbd62790559ea9b2609fa40b3ce995a04f /sqlite3.pc.in | |
parent | 657ea345f331704c612a35e5a74968bef9ffcfd8 (diff) |
sqlite3: Vendor import of sqlite3 3.50.2vendor/sqlite3
Release notes at https://www.sqlite.org/releaselog/3_50_2.html.
Obtained from: https://www.sqlite.org/2025/sqlite-autoconf-3500200.tar.gz
Diffstat (limited to 'sqlite3.pc.in')
-rw-r--r-- | sqlite3.pc.in | 2 |
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} |