Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/
Date: Fri, 06 May 2022 17:59:38
Message-Id: 1651859953.60bc7025606aa2dc4ae7ef342060507d80038eac.mattst88@gentoo
1 commit: 60bc7025606aa2dc4ae7ef342060507d80038eac
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Fri May 6 16:08:05 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 17:59:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bc7025
7
8 net-dialup/freeradius: Fix typo in ebuild
9
10 It should be -shared and not --shared and this typo causes the
11 build to fail with slibtool.
12
13 Additionally it needs slibtool-shared and not rlibtool.
14
15 Bug: https://bugs.gentoo.org/786102
16 Closes: https://github.com/gentoo/gentoo/pull/25351
17 Signed-off-by: orbea <orbea <AT> riseup.net>
18 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
19
20 net-dialup/freeradius/freeradius-3.0.25-r2.ebuild | 6 +++---
21 1 file changed, 3 insertions(+), 3 deletions(-)
22
23 diff --git a/net-dialup/freeradius/freeradius-3.0.25-r2.ebuild b/net-dialup/freeradius/freeradius-3.0.25-r2.ebuild
24 index 1577a0e55c8a..050f03a07fe2 100644
25 --- a/net-dialup/freeradius/freeradius-3.0.25-r2.ebuild
26 +++ b/net-dialup/freeradius/freeradius-3.0.25-r2.ebuild
27 @@ -129,15 +129,15 @@ src_prepare() {
28 raddb/radiusd.conf.in || die
29
30 # verbosity
31 - # build shared libraries using jlibtool --shared
32 + # build shared libraries using jlibtool -shared
33 sed -i \
34 -e '/$(LIBTOOL)/s|--quiet ||g' \
35 - -e 's:--mode=\(compile\|link\):& --shared:g' \
36 + -e 's:--mode=\(compile\|link\):& -shared:g' \
37 Make.inc.in || die
38
39 sed -i \
40 -e 's|--silent ||g' \
41 - -e 's:--mode=\(compile\|link\):& --shared:g' \
42 + -e 's:--mode=\(compile\|link\):& -shared:g' \
43 scripts/libtool.mk || die
44
45 # crude measure to stop jlibtool from running ranlib and ar