xorg-lib: remove explicit --enable-malloc0returnsnull

util-macros 1.18 will read the autoconf site cache, so these values are
redundant.

(From OE-Core rev: b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-12-11 14:04:35 +00:00 committed by Richard Purdie
parent c5b3851308
commit b7be3187dd
1 changed files with 0 additions and 2 deletions

View 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"