giflib: enable shared building

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-07-25 19:31:46 -07:00
parent bb873231ba
commit dee1bad98c
1 changed files with 2 additions and 7 deletions

View File

@ -19,13 +19,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
$(MXE_CONFIGURE_OPTS) \
CPPFLAGS='-D_OPEN_BINARY'
echo 'all:' > '$(1)/doc/Makefile'
$(MAKE) -C '$(1)/lib' -j '$(JOBS)' install
endef
$(PKG)_BUILD_SHARED =
endef