summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2013-12-15 13:52:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-10 02:56:25 (GMT)
commit41760b1867524e77a9bfb8540f9ba85d8a5f977c (patch)
treeb84980040240149ec71b7f7625bcb955a19a3346 /src/glib.mk
parent207cebee898641b355edf44a2913f8c532c10421 (diff)
downloadmxe-41760b1867524e77a9bfb8540f9ba85d8a5f977c.zip
mxe-41760b1867524e77a9bfb8540f9ba85d8a5f977c.tar.gz
mxe-41760b1867524e77a9bfb8540f9ba85d8a5f977c.tar.bz2
Updated Glib for shared build
Diffstat (limited to 'src/glib.mk')
-rw-r--r--src/glib.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glib.mk b/src/glib.mk
index 0b42ef7..7ceb6fe 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -72,10 +72,7 @@ define $(PKG)_BUILD
$($(PKG)_NATIVE_BUILD))
# cross build
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--with-threads=win32 \
--with-pcre=system \
--with-libiconv=gnu \