summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/giflib.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/giflib.mk b/src/giflib.mk
index a39fa04..f3a3bbe 100644
--- a/src/giflib.mk
+++ b/src/giflib.mk
@@ -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 \ No newline at end of file