From ed0103e1efc72ff81c5cdc894fe3d81851b5637b Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 29 Jun 2022 08:32:18 +0100 Subject: sys-devel/mold: fix prepare phase when glibc has no static-pie Closes: https://bugs.gentoo.org/854474 Signed-off-by: Matthew Smith --- sys-devel/mold/mold-1.3.0.ebuild | 2 +- sys-devel/mold/mold-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/mold/mold-1.3.0.ebuild b/sys-devel/mold/mold-1.3.0.ebuild index 1fe9a5a08e35..2a7faac5052d 100644 --- a/sys-devel/mold/mold-1.3.0.ebuild +++ b/sys-devel/mold/mold-1.3.0.ebuild @@ -62,7 +62,7 @@ src_prepare() { # static-pie tests require glibc built with static-pie support if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then - rm test/elf/{hello,ifunc}-static-pie.sh || die + rm test/elf/{,ifunc-}static-pie.sh || die fi } diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 1fe9a5a08e35..2a7faac5052d 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -62,7 +62,7 @@ src_prepare() { # static-pie tests require glibc built with static-pie support if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then - rm test/elf/{hello,ifunc}-static-pie.sh || die + rm test/elf/{,ifunc-}static-pie.sh || die fi } -- cgit v1.2.3-65-gdbad