Files
MINGW-packages/mingw-w64-libspatialite/01-fix-pkgconfig.patch

11 lines
379 B
Diff

--- a/spatialite.pc.in 2014-10-28 12:53:37.868503600 +0300
+++ b/spatialite.pc.in 2014-10-28 12:56:36.391156800 +0300
@@ -8,5 +8,6 @@
Name: spatialite
Description: Spatial SQL database engine based on SQLite
Version: @VERSION@
-Libs: -L${libdir} -lspatialite -lsqlite3 -lm -lz
+Libs: -L${libdir} -lspatialite -lsqlite3
+Libs.private: -liconv -lz -lm
Cflags: -I${includedir}