Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 11 lines 339 B view raw
1diff --git a/sqlite3.pc.in b/sqlite3.pc.in 2index a9f941b..3799671 100644 3--- a/sqlite3.pc.in 4+++ b/sqlite3.pc.in 5@@ -9,5 +9,5 @@ Name: SQLite 6 Description: SQL database engine 7 Version: @PACKAGE_VERSION@ 8 Libs: -L${libdir} -lsqlite3 9-Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@ 10+Libs.private: @LIBS@ 11 Cflags: -I${includedir}