mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
12 lines
339 B
Diff
12 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}
|