aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.pc.in
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-10-29 04:21:11 +0000
committerstephan <stephan@noemail.net>2024-10-29 04:21:11 +0000
commit7097105beace6b4d25dcfd9ad8c064815865b556 (patch)
tree8314df860bb452855a059a93a2dc6f683e1ea7cc /sqlite3.pc.in
parenta94ca1d37c073a9a981ed6dbab92cb4e47a00bef (diff)
downloadsqlite-7097105beace6b4d25dcfd9ad8c064815865b556.tar.gz
sqlite-7097105beace6b4d25dcfd9ad8c064815865b556.zip
Remove LDFLAGS_LIBZ from sqlite3.pc.in (pkg-config) because it's not needed by the library, only the shell. Re-enable the notice about --disable-static only being partially true.
FossilOrigin-Name: e03c564aff6e3ac558f17670bfdd5fc129a8d33ec50975af843973152483e3fa
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 a9f941b1e..97f3c1a60 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_ICU@
Cflags: -I${includedir}