libsndfile: Use MXE_DISABLE_CRUFT

This commit is contained in:
Timothy Gu 2014-09-01 11:53:03 -07:00
parent 51b24d3671
commit ab4016a293
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ define $(PKG)_BUILD
--disable-alsa \
--disable-shave \
LIBS="`$(TARGET)-pkg-config --libs vorbis ogg`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS= html_DATA=
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
endef