diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-12-02 14:56:21 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-12-02 14:56:21 +0000 |
| commit | e7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 (patch) | |
| tree | 21bf03bdef3e8c06f64285050a38271e06b411a0 /sqlite3.pc.in | |
| parent | 89922daaa168292633b1a7a523bcd0559487c6ad (diff) | |
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 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} |
