package a52dec: enable shared build

This commit is contained in:
Tony Theodore 2014-04-06 20:19:55 +10:00
parent a1a97358aa
commit a3c07ba358
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi # The autotools files came with a52dec is _ancient_
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef