mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 18:44:03 +00:00
Removed a patch that didn't apply to the new version. Added three patches without changes from Fedora that allowed the new version to compile. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1924183 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
551 B
Diff
12 lines
551 B
Diff
diff -rupN libspatialite-5.0.1/spatialite.pc.in libspatialite-5.0.1-new/spatialite.pc.in
|
|
--- libspatialite-5.0.1/spatialite.pc.in 2021-02-07 16:53:46.000000000 +0100
|
|
+++ libspatialite-5.0.1-new/spatialite.pc.in 2021-02-10 09:54:09.647552994 +0100
|
|
@@ -8,5 +8,6 @@ includedir=@includedir@
|
|
Name: spatialite
|
|
Description: Spatial SQL database engine based on SQLite
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lspatialite @LIBS@ @LIBXML2_LIBS@ -lm
|
|
+Libs.private: -L${libdir} @LIBS@ @LIBXML2_LIBS@ -lm
|
|
+Libs: -L${libdir} -lspatialite
|
|
Cflags: -I${includedir}
|