]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-lib: remove explicit --enable-malloc0returnsnull
authorRoss Burton <ross.burton@intel.com>
Wed, 11 Dec 2013 14:04:35 +0000 (14:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Dec 2013 09:09:33 +0000 (09:09 +0000)
util-macros 1.18 will read the autoconf site cache, so these values are
redundant.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc

index 231776a21c590a95b15c3e9347baffe7fcffb90e..72316647736b8d03f607d26a58180228de4a1a3f 100644 (file)
@@ -14,8 +14,6 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 inherit autotools distro_features_check pkgconfig
 
 EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"
-EXTRA_OECONF_append_libc-glibc = " --disable-malloc0returnsnull"
-EXTRA_OECONF_append_libc-uclibc = " --enable-malloc0returnsnull"
 
 UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
                                 --disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"