summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-26 02:31:46 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-26 02:31:46 (GMT)
commitdee1bad98c5351d52e04359ee3a72efef59477ff (patch)
tree1aa4c5b5b81a13384a3f949e16242541c5042226
parentbb873231ba6af630207844972f090a9ec747a734 (diff)
downloadmxe-dee1bad98c5351d52e04359ee3a72efef59477ff.zip
mxe-dee1bad98c5351d52e04359ee3a72efef59477ff.tar.gz
mxe-dee1bad98c5351d52e04359ee3a72efef59477ff.tar.bz2
giflib: enable shared building
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-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