libsndfile: Disable sqlite

it is only used for regression testing.
pull/568/head
Timothy Gu 10 years ago
parent 6b8771a432
commit 3b57e93a57

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := e95d9fca57f7ddace9f197071cbcfb92fa16748e
$(PKG)_SUBDIR := libsndfile-$($(PKG)_VERSION)
$(PKG)_FILE := libsndfile-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.mega-nerd.com/libsndfile/files/$($(PKG)_FILE)
$(PKG)_DEPS := gcc sqlite flac ogg vorbis
$(PKG)_DEPS := gcc flac ogg vorbis
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.mega-nerd.com/libsndfile/' | \
@ -21,7 +21,7 @@ define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--enable-sqlite \
--disable-sqlite \
--enable-external-libs \
--disable-octave \
--disable-alsa \

Loading…
Cancel
Save