summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-10-02 16:23:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-10-02 16:23:53 (GMT)
commitbc0d5efbaa08093832c19c6265354ab9333b4501 (patch)
tree8b7052ea087c3ccf54f932a1d2566237b03e3b52
parent90f8971e32ee0f006a7ab8d8012597fef38301cb (diff)
downloadmxe-bc0d5efbaa08093832c19c6265354ab9333b4501.zip
mxe-bc0d5efbaa08093832c19c6265354ab9333b4501.tar.gz
mxe-bc0d5efbaa08093832c19c6265354ab9333b4501.tar.bz2
gdal: enable netcdf on i686-w64-mingw32
-rw-r--r--src/gdal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index fcbaa9a..fdf39eb 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -103,6 +103,7 @@ endef
define $(PKG)_BUILD_i686-w64-mingw32
$($(PKG)_CONFIGURE) \
+ --with-netcdf='$(PREFIX)/$(TARGET)' \
LIBS="-ljpeg -lsecur32 -lportablexdr `'$(TARGET)-pkg-config' --libs openssl libtiff-4`"
$($(PKG)_MAKE)
endef