summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorHamza Alloush <hamzaalloush@live.com>2015-05-19 10:04:19 (GMT)
committerSaikrishna Arcot <saiarcot895@gmail.com>2015-06-04 20:23:20 (GMT)
commitd9128035d601f5798cea7f88c795f6f1f8a56e8e (patch)
tree5769357d88a3c18d1e38162e8714e0de83335efb /src/gdal.mk
parenta46bb6eafa24ad6abc13a18e8e1f9539e6e7345d (diff)
downloadmxe-d9128035d601f5798cea7f88c795f6f1f8a56e8e.zip
mxe-d9128035d601f5798cea7f88c795f6f1f8a56e8e.tar.gz
mxe-d9128035d601f5798cea7f88c795f6f1f8a56e8e.tar.bz2
fix: incorrect detection of system hdf4, see: https://github.com/mxe/mxe/issues/676
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index f95d5e1..d9e8235 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -44,6 +44,7 @@ define $(PKG)_CONFIGURE
--with-expat='$(PREFIX)/$(TARGET)' \
--with-sqlite3='$(PREFIX)/$(TARGET)' \
--with-gta='$(PREFIX)/$(TARGET)' \
+ --with-hdf4='$(PREFIX)/$(TARGET)' \
--with-hdf5='$(PREFIX)/$(TARGET)' \
--with-libjson-c='$(PREFIX)/$(TARGET)' \
--without-odbc \