mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
717f7f0287
Package the new sqlite3 plugin into a new package and skip the dev-so qa issue. Add some extra depends that are now used by the library. The patch was adapted for meta-openembedded by Henning Heinold, setting the upstream status for the geos-config.patch Signed-off-by: Henning Heinold <henning@itconsulting-heinold.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
629 B
Diff
18 lines
629 B
Diff
https://www.gaia-gis.it/fossil/libspatialite/tktview?name=abeeaad448
|
|
|
|
Upstream-Status: Submitted [rpm5-devel@rpm5.org]
|
|
|
|
Index: libspatialite-4.2.0/configure.ac
|
|
===================================================================
|
|
--- libspatialite-4.2.0.orig/configure.ac
|
|
+++ libspatialite-4.2.0/configure.ac
|
|
@@ -260,7 +260,7 @@ if test x"$enable_geos" != "xno"; then
|
|
fi
|
|
# Extract the linker and include flags
|
|
GEOS_LDFLAGS=`$GEOSCONFIG --ldflags`
|
|
- GEOS_CFLAGS=-I`$GEOSCONFIG --includes`
|
|
+ GEOS_CFLAGS=`$GEOSCONFIG --cflags`
|
|
AC_SUBST([GEOS_LDFLAGS])
|
|
AC_SUBST([GEOS_CFLAGS])
|
|
# Ensure that we can parse geos_c.h
|