blob: 149c126768541e827dfcf6cd00a7e20a1586c2d3 [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001diff -rupN libspatialite-5.0.1/spatialite.pc.in libspatialite-5.0.1-new/spatialite.pc.in
2--- libspatialite-5.0.1/spatialite.pc.in 2021-02-07 16:53:46.000000000 +0100
3+++ libspatialite-5.0.1-new/spatialite.pc.in 2021-02-10 09:54:09.647552994 +0100
4@@ -8,5 +8,6 @@ includedir=@includedir@
5 Name: spatialite
6 Description: Spatial SQL database engine based on SQLite
7 Version: @VERSION@
8-Libs: -L${libdir} -lspatialite @LIBS@ @LIBXML2_LIBS@ -lm
9+Libs.private: -L${libdir} @LIBS@ @LIBXML2_LIBS@ -lm
10+Libs: -L${libdir} -lspatialite
11 Cflags: -I${includedir}