gdal: enable netcdf on i686-w64-mingw32

This commit is contained in:
Tony Theodore 2014-10-03 02:23:53 +10:00
parent 90f8971e32
commit bc0d5efbaa
1 changed files with 1 additions and 0 deletions

View File

@ -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