libmikmod: enable shared and disable docs

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Stefan Löffler 2014-09-15 19:38:53 -07:00 committed by Timothy Gu
parent 0fe6478601
commit d3ad80ba46
1 changed files with 2 additions and 5 deletions

View File

@ -21,9 +21,8 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC), \
$(SED) -i 's!defined(MIKMOD_STATIC)!1!g' '$(1)/include/mikmod.h')
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MXE_CONFIGURE_OPTS) \
--disable-doc
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
'$(TARGET)-gcc' \
@ -31,5 +30,3 @@ define $(PKG)_BUILD
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-libmikmod.exe' \
`'$(PREFIX)/$(TARGET)/bin/libmikmod-config' --cflags --libs`
endef
$(PKG)_BUILD_SHARED =