mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
committed by
Richard Purdie
parent
c5b3851308
commit
b7be3187dd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user