diff options
author | stephan <stephan@noemail.net> | 2024-10-25 23:45:05 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-10-25 23:45:05 +0000 |
commit | a2d88f6a03c9ebde3d037b0e297f47216c685381 (patch) | |
tree | 4df153b9f1946d2f02296560ff9421cb14d0f98d /sqlite3.pc.in | |
parent | d045b428542379b8f27052f89784e5228f4c204b (diff) | |
download | sqlite-a2d88f6a03c9ebde3d037b0e297f47216c685381.tar.gz sqlite-a2d88f6a03c9ebde3d037b0e297f47216c685381.zip |
Correct unresolved @LIBS@ placeholder in sqlite3.pc.in.
FossilOrigin-Name: 63218898ed0a6d466a282f10819d51a7f480d8f12316b74ee8a3f402fcc4e927
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 3799671e6..52cda3065 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_ZLIB@ @LDFLAGS_READLINE@ Cflags: -I${includedir} |