mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
11 lines
339 B
Diff
11 lines
339 B
Diff
diff --git a/sqlite3.pc.in b/sqlite3.pc.in
|
|
index a9f941b..3799671 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: @LIBS@
|
|
Cflags: -I${includedir}
|