summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 21:49:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 22:29:07 +0200
commitf8435ac3a26cd9fc80f161b7ca1dd91ae201c07f (patch)
treef1452930fbc2fc8b234a406e0080a981e3822480 /rules/host-glib.make
parent54afea33423c6bef00f64ca92292299e238923c0 (diff)
downloadptxdist-f8435ac3a26cd9fc80f161b7ca1dd91ae201c07f.tar.gz
ptxdist-f8435ac3a26cd9fc80f161b7ca1dd91ae201c07f.tar.xz
host-glib: cleanup configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make9
1 files changed, 8 insertions, 1 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index b9c0c52cf..636cddd72 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -36,16 +36,23 @@ HOST_GLIB_AUTOCONF := \
$(HOST_AUTOCONF) \
--enable-silent-rules \
--disable-debug \
+ --disable-gc-friendly \
+ --enable-mem-pools \
--disable-rebuilds \
+ --disable-installed-tests \
+ --disable-always-build-tests \
--disable-static \
--enable-shared \
+ --disable-included-printf \
+ --disable-selinux \
--disable-fam \
+ --disable-xattr \
--disable-libelf \
--disable-gtk-doc \
--disable-man \
--disable-dtrace \
--disable-systemtap \
- --disable-gcov \
+ --disable-coverage \
--with-libiconv=gnu
$(STATEDIR)/host-glib.install.post: