Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Thu, 14 Oct 2021 08:46:37
Message-Id: 1634201110.52bf332627f850a84d09d6ccd96c7a968b0efaed.sam@gentoo
1 commit: 52bf332627f850a84d09d6ccd96c7a968b0efaed
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 08:45:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 08:45:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bf3326
7
8 app-shells/bash: add EPREFIX to rpath
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/bash/bash-5.1_p8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/bash/bash-5.1_p8.ebuild b/app-shells/bash/bash-5.1_p8.ebuild
16 index 88199a177aa..5f26b4a7e3a 100644
17 --- a/app-shells/bash/bash-5.1_p8.ebuild
18 +++ b/app-shells/bash/bash-5.1_p8.ebuild
19 @@ -159,7 +159,7 @@ src_configure() {
20 fi
21
22 if use plugins ; then
23 - append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
24 + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash
25 else
26 # Disable the plugins logic by hand since bash doesn't
27 # provide a way of doing it.