opusfile: enable shared build

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-05-04 20:28:53 -07:00
parent 81c4ba29a2
commit cf9d32debf
1 changed files with 1 additions and 6 deletions

View File

@ -21,14 +21,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--disable-doc \
--disable-http
$(MAKE) -C '$(1)' -j '$(JOBS)' noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install noinst_PROGRAMS=
endef
$(PKG)_BUILD_SHARED =