libzip: Enable shared build.

This commit is contained in:
Uwe Hermann 2015-04-08 18:52:47 +02:00
parent 4d98af4ef7
commit 8d3b457ff8
1 changed files with 1 additions and 5 deletions

View File

@ -18,9 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT) SUBDIRS=lib
'$(TARGET)-gcc' \
@ -28,5 +26,3 @@ define $(PKG)_BUILD
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-libzip.exe' \
`'$(TARGET)-pkg-config' libzip --cflags --libs`
endef
$(PKG)_BUILD_SHARED =