From 1a68b9ae8dcdd5ba5236f28b4bcaca5c17eb74b7 Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 6 May 2022 08:13:51 -0700 Subject: app-benchmarks/ramspeed: Fix build with slibtool It should be -no-pie and not -nopie, GNU libtool silently hides the typo. Bug: https://bugs.gentoo.org/798735 Signed-off-by: orbea Closes: https://github.com/gentoo/gentoo/pull/25350 Signed-off-by: Florian Schmaus --- app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-benchmarks') diff --git a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild index 049935400795..f7235482bd87 100644 --- a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild +++ b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild @@ -31,7 +31,7 @@ src_configure() { append-ldflags -Wl,-z,noexecstack obj=( ramsmp.o ${arch_prefix}{fltmark,fltmem,intmark,intmem}.o ) - use pic && append-ldflags -nopie + use pic && append-ldflags -no-pie if use amd64; then sed -i \ -- cgit v1.2.3-65-gdbad