package libsndfile: enable shared build

This commit is contained in:
Tony Theodore 2014-04-07 03:52:51 +10:00
parent 8de0584a23
commit 8f264266ce
1 changed files with 2 additions and 3 deletions

View File

@ -24,8 +24,7 @@ define $(PKG)_BUILD
--enable-external-libs \
--disable-octave \
--disable-alsa \
--disable-shave
--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=
endef
$(PKG)_BUILD_SHARED =