summaryrefslogtreecommitdiffstats
path: root/src/glibmm.mk
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-19 22:07:19 (GMT)
committerTobias Gruetzmacher <tobias-git@23.gs>2014-03-19 22:07:19 (GMT)
commit95f2ac0ed90c49ebf053176b6d6fb155fa476b31 (patch)
tree72148fee8f99b115aa80d0fb96d70e4502da8eed /src/glibmm.mk
parent00778128ad6c15b451ee06d90d0c06cb29e94552 (diff)
downloadmxe-95f2ac0ed90c49ebf053176b6d6fb155fa476b31.zip
mxe-95f2ac0ed90c49ebf053176b6d6fb155fa476b31.tar.gz
mxe-95f2ac0ed90c49ebf053176b6d6fb155fa476b31.tar.bz2
Package glibmm: Enable shared build.
Diffstat (limited to 'src/glibmm.mk')
-rw-r--r--src/glibmm.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glibmm.mk b/src/glibmm.mk
index a20a1f2..4d9a93e 100644
--- a/src/glibmm.mk
+++ b/src/glibmm.mk
@@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
CXX='$(TARGET)-c++' \
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
GLIB_COMPILE_SCHEMAS='$(PREFIX)/$(TARGET)/bin/glib-compile-schemas' \