changeset 4093:842456617da9

gdal: explicitly provide where xml2-config is found * src/gdal.mk: add --with-xml2='$(HOST_BINDIR)/xml2-config' to configure call.
author John Donoghue
date Thu, 18 Feb 2016 13:09:20 -0500
parents c97c56799e12
children 32abc736bfd3
files src/gdal.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Tue Feb 16 07:52:53 2016 -0500
+++ b/src/gdal.mk	Thu Feb 18 13:09:20 2016 -0500
@@ -42,6 +42,7 @@
         --with-geos='$(HOST_BINDIR)/geos-config' \
         --with-pg='$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)pg_config' \
         --with-gta='$(HOST_PREFIX)' \
+        --with-xml2='$(HOST_BINDIR)/xml2-config' \
         --without-odbc \
         --without-static-proj4 \
         --without-xerces \