aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glib-2.0
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-05 14:18:25 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-05 14:18:25 +0000
commit3c8cf67264eefd1b96b6ab3b29cc0bbb41076a9d (patch)
treeff469b2b442e9af71ad2fc7d916e954cf71db961 /packages/glib-2.0
parentf5b9fa6168b27d8ca4664d9a211e6269d3b58736 (diff)
downloadopenembedded-3c8cf67264eefd1b96b6ab3b29cc0bbb41076a9d.tar.gz
glib.inc: make printf disable opt-in
Diffstat (limited to 'packages/glib-2.0')
-rw-r--r--packages/glib-2.0/glib.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/glib-2.0/glib.inc b/packages/glib-2.0/glib.inc
index 7539dd1e2a..6b384ad6c7 100644
--- a/packages/glib-2.0/glib.inc
+++ b/packages/glib-2.0/glib.inc
@@ -15,7 +15,10 @@ PR = "r1"
LEAD_SONAME = "libglib-2.0.*"
FILES_glib-2.0-utils = "${bindir}/*"
-EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
+EXTRA_OECONF = "--disable-debug "
+
+# Add and entry for your favourite arch if your (g)libc has a sane printf
+EXTRA_OECONF_append_glibc_arm = " --enable-included-printf=no "
S = "${WORKDIR}/glib-${PV}"