Merge pull request #863 from LuaAndC/fix-gdal-wheezy

fix gdal build on Debian Wheezy
This commit is contained in:
Timothy Gu 2015-09-16 15:38:04 -07:00
commit 681a5d8913
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi
cd '$(1)' && autoreconf -fi -I ./m4
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \