package libmodplug: enable shared build

This commit is contained in:
Tony Theodore 2014-04-04 09:42:01 +11:00
parent 2b8ec6f009
commit 5c05b41b7e
1 changed files with 1 additions and 4 deletions

View File

@ -18,10 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--enable-static \
--prefix='$(PREFIX)/$(TARGET)'
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \