From 5165328cb4f493997f3c700e6bf14c1d7e55c958 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 Dec 2013 17:32:56 +0000 Subject: dbus: enable API entry point checks We were disabling API entry point sanity checking which should only be done if the performance gain is prefereable to correctness. Instead don't disable checks explicitly as the default is enabled, allowing distributions to append --disable-checks if required. (From OE-Core rev: 079975e456abe9e76bde3f2866ffe50f2610345f) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/dbus') diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 625e975934..ae80cb0540 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -68,7 +68,6 @@ pkg_postinst_dbus() { } EXTRA_OECONF = "--disable-tests \ - --disable-checks \ --disable-xml-docs \ --disable-doxygen-docs \ --disable-libaudit \ -- cgit v1.2.3-54-g00ecf