Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/ramspeed/
Date: Fri, 06 May 2022 15:35:05
Message-Id: 1651851295.1a68b9ae8dcdd5ba5236f28b4bcaca5c17eb74b7.flow@gentoo
1 commit: 1a68b9ae8dcdd5ba5236f28b4bcaca5c17eb74b7
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Fri May 6 15:13:51 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 15:34:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a68b9ae
7
8 app-benchmarks/ramspeed: Fix build with slibtool
9
10 It should be -no-pie and not -nopie, GNU libtool silently
11 hides the typo.
12
13 Bug: https://bugs.gentoo.org/798735
14 Signed-off-by: orbea <orbea <AT> riseup.net>
15 Closes: https://github.com/gentoo/gentoo/pull/25350
16 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
17
18 app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild
22 index 049935400795..f7235482bd87 100644
23 --- a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild
24 +++ b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild
25 @@ -31,7 +31,7 @@ src_configure() {
26 append-ldflags -Wl,-z,noexecstack
27 obj=( ramsmp.o ${arch_prefix}{fltmark,fltmem,intmark,intmem}.o )
28
29 - use pic && append-ldflags -nopie
30 + use pic && append-ldflags -no-pie
31
32 if use amd64; then
33 sed -i \