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

Index: sqlite3.pc.in
--- sqlite3.pc.in.orig 2025-07-18 07:55:17.340020000 +0200
+++ sqlite3.pc.in 2025-07-18 10:34:19.200467000 +0200
@@ -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_ICU@
Cflags: -I${includedir}