From 09972170acb8eea5806896f00d5a060809126ddd Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 22 Sep 2025 07:05:57 +0000 Subject: [PATCH] app-arch/xz-utils: Sync with Gentoo It's from Gentoo commit bacb12921d47957381ff0f26dd57c141f9732771. Signed-off-by: Flatcar Buildbot --- .../portage-stable/app-arch/xz-utils/xz-utils-5.8.1-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/xz-utils/xz-utils-5.8.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/xz-utils/xz-utils-5.8.1-r1.ebuild index 2e4838d8cd..ce4cf91ed4 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/xz-utils/xz-utils-5.8.1-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-arch/xz-utils/xz-utils-5.8.1-r1.ebuild @@ -68,9 +68,7 @@ src_prepare() { src_configure() { use static-libs && lto-guarantee-fat - if tc-ld-is-lld ; then - export LDFLAGS="${LDFLAGS} -Wl,--undefined-version" - fi + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) multilib-minimal_src_configure }