Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 25 Jun 2022 21:40:10
Message-Id: 1656193169.b10e45c2428e392e948b7f38784cb0a796f2dbb8.sam@gentoo
1 commit: b10e45c2428e392e948b7f38784cb0a796f2dbb8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 21:21:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 21:39:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10e45c2
7
8 sys-libs/glibc: slight->some for stack-realign description
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/glibc/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml
16 index c64d2052ed07..eb25b52087e2 100644
17 --- a/sys-libs/glibc/metadata.xml
18 +++ b/sys-libs/glibc/metadata.xml
19 @@ -17,7 +17,7 @@
20 <flag name="multilib-bootstrap">Provide prebuilt libgcc.a and crt files if missing. Only needed for ABI switch.</flag>
21 <flag name="nscd">Build, and enable support for, the Name Service Cache Daemon</flag>
22 <flag name="ssp">protect stack of glibc internals</flag>
23 - <flag name="stack-realign">Realign the stack in the 32-bit build for compatibility with older binaries at slight performance cost</flag>
24 + <flag name="stack-realign">Realign the stack in the 32-bit build for compatibility with older binaries at some performance cost</flag>
25 <flag name="static-pie">Enable static PIE support (runtime files for -static-pie gcc option).</flag>
26 <flag name="suid">Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5</flag>
27 <flag name="systemtap">enable systemtap static probe points</flag>