commit:     44b9e5a8db9850bad8bea784822e5f92117a905f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 09:39:32 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 09:39:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b9e5a8

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 <polynomial-c <AT> gentoo.org>

 net-libs/libpsl/libpsl-0.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild 
b/net-libs/libpsl/libpsl-0.20.2.ebuild
index f91f9c8f085..58adc0c6791 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)
        )
 

Reply via email to