muparser: enable shared build

This commit is contained in:
Tony Theodore 2015-11-21 14:01:53 +11:00
parent 9c000cf49c
commit e8d882a99e
1 changed files with 1 additions and 5 deletions

View File

@ -16,12 +16,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
$(MXE_CONFIGURE_OPTS) \
--disable-samples \
--disable-debug
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
$(PKG)_BUILD_SHARED =