# HG changeset patch # User John Donoghue # Date 1455818960 18000 # Node ID 842456617da9d8cc7780956becd876350988ba4a # Parent c97c56799e12b520e554cfa75757b2f9aa87bccc gdal: explicitly provide where xml2-config is found * src/gdal.mk: add --with-xml2='$(HOST_BINDIR)/xml2-config' to configure call. diff -r c97c56799e12 -r 842456617da9 src/gdal.mk --- 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 \