dev-libs/elfutils: Sync with Gentoo

It's from Gentoo commit ead5f36b5dca164c24d1422a341a9e7226b38348.
This commit is contained in:
Flatcar Buildbot 2023-01-23 07:20:51 +00:00 committed by Krzesimir Nowak
parent e0bedb1e47
commit 1d1426fb42

View File

@ -1,4 +1,4 @@
# Copyright 2003-2022 Gentoo Authors # Copyright 2003-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -101,6 +101,10 @@ multilib_src_configure() {
$(use_with zstd) $(use_with zstd)
) )
# Needed because sets alignment macro
is-flagq -fsanitize=address && myeconfargs+=( --enable-sanitize-address )
is-flagq -fsanitize=undefined && myeconfargs+=( --enable-sanitize-undefined )
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
} }