Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | https://www.gaia-gis.it/fossil/libspatialite/tktview?name=abeeaad448 |
| 2 | |
| 3 | Upstream-Status: Submitted [rpm5-devel@rpm5.org] |
| 4 | |
| 5 | Index: libspatialite-4.2.0/configure.ac |
| 6 | =================================================================== |
| 7 | --- libspatialite-4.2.0.orig/configure.ac |
| 8 | +++ libspatialite-4.2.0/configure.ac |
| 9 | @@ -260,7 +260,7 @@ if test x"$enable_geos" != "xno"; then |
| 10 | fi |
| 11 | # Extract the linker and include flags |
| 12 | GEOS_LDFLAGS=`$GEOSCONFIG --ldflags` |
| 13 | - GEOS_CFLAGS=-I`$GEOSCONFIG --includes` |
| 14 | + GEOS_CFLAGS=`$GEOSCONFIG --cflags` |
| 15 | AC_SUBST([GEOS_LDFLAGS]) |
| 16 | AC_SUBST([GEOS_CFLAGS]) |
| 17 | # Ensure that we can parse geos_c.h |