mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit ead5f36b5dca164c24d1422a341a9e7226b38348.
This commit is contained in:
parent
e0bedb1e47
commit
1d1426fb42
@ -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
|
||||
|
||||
EAPI=8
|
||||
@ -101,6 +101,10 @@ multilib_src_configure() {
|
||||
$(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[@]}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user