From: Lars Wendler Date: Tue, 19 Mar 2019 09:39:32 +0000 (+0100) Subject: net-libs/libpsl: Don't enable ubsan X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44b9e5a8db9850bad8bea784822e5f92117a905f;p=gentoo.git net-libs/libpsl: Don't enable ubsan as it requires sanitizer libs from compiler which are not always available. Closes: https://bugs.gentoo.org/680898 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index f91f9c8f0852..58adc0c67916 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -36,9 +36,9 @@ BDEPEND=" multilib_src_configure() { local myeconfargs=( - --enable-ubsan --disable-asan --disable-cfi + --didable-ubsan $(use_enable man) )