summaryrefslogtreecommitdiffstats
path: root/src/libsndfile.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-01 18:11:03 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-01 18:11:03 (GMT)
commitcbcef2238e22d0793388946ba925a6e964d9a1af (patch)
tree1f366df38a8ac4447fec97031cab7ccd6d8ea06a /src/libsndfile.mk
parent4f9691f84c322f7eb46b75b4b9bc867dfa7f5a8d (diff)
downloadmxe-cbcef2238e22d0793388946ba925a6e964d9a1af.zip
mxe-cbcef2238e22d0793388946ba925a6e964d9a1af.tar.gz
mxe-cbcef2238e22d0793388946ba925a6e964d9a1af.tar.bz2
libsndfile: Fix assertion failure
Should fix #499. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libsndfile.mk')
-rw-r--r--src/libsndfile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsndfile.mk b/src/libsndfile.mk
index 9ff4140..dfe6bb4 100644
--- a/src/libsndfile.mk
+++ b/src/libsndfile.mk
@@ -18,6 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--enable-sqlite \