Updated FLAC to support shared building

This commit is contained in:
Tuukka Pasanen 2013-12-15 12:16:37 +02:00 committed by Tony Theodore
parent 20607259c9
commit 99bbf3ebd3
1 changed files with 1 additions and 4 deletions

View File

@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--enable-static \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--disable-doxygen-docs \
--disable-xmms-plugin \
--enable-cpplibs \