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

Index: sqlite3.pc.in
--- sqlite3.pc.in.orig 2025-11-05 23:20:59.132444000 +0100
+++ sqlite3.pc.in 2025-11-05 23:22:18.284084000 +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_ICU@
+Libs: -L${libdir} -lsqlite3 @LIBS@ @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@
Cflags: -I${includedir}