Merge pull request #556 from eivindkv/master

Added -IM4 to autoreconf for libsndfile.
This commit is contained in:
Timothy Gu 2014-11-22 16:35:45 -08:00
commit 5b980e30fc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi
cd '$(1)' && autoreconf -fi -IM4
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-sqlite \