fix: incorrect detection of system hdf4, see: https://github.com/mxe/mxe/issues/676

This commit is contained in:
Hamza Alloush 2015-05-19 13:04:19 +03:00 committed by Saikrishna Arcot
parent a46bb6eafa
commit d9128035d6
No known key found for this signature in database
GPG Key ID: 203B47C2C66B784B
1 changed files with 1 additions and 0 deletions

View File

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