You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
338 B
11 lines
338 B
Index: sqlite3.pc.in |
|
--- sqlite3.pc.in.orig 2023-03-28 09:08:08.000000000 +0200 |
|
+++ sqlite3.pc.in 2023-04-07 17:22:18.879318000 +0200 |
|
@@ -8,6 +8,5 @@ |
|
Name: SQLite |
|
Description: SQL database engine |
|
Version: @PACKAGE_VERSION@ |
|
-Libs: -L${libdir} -lsqlite3 |
|
-Libs.private: @LIBS@ |
|
+Libs: -L${libdir} -lsqlite3 @LIBS@ |
|
Cflags: -I${includedir}
|
|
|