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
489 B

Index: sqlite3.pc.in
--- sqlite3.pc.in.orig 2025-11-08 10:27:44.928307000 +0100
+++ sqlite3.pc.in 2025-11-08 10:28:30.836640000 +0100
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lsqlite3
-Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@
+Libs: -L${libdir} -lsqlite3 @LIBS@ @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@
Cflags: -I${includedir}