Skip to content

Commit

Permalink
Merge pull request #556 from eivindkv/master
Browse files Browse the repository at this point in the history
Added -IM4 to autoreconf for libsndfile.
  • Loading branch information
TimothyGu committed Nov 23, 2014
2 parents cac8ed1 + 666c852 commit 5b980e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsndfile.mk
Expand Up @@ -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 \
Expand Down

0 comments on commit 5b980e3

Please sign in to comment.