commit: 91d2373e315163e46ea5fa4ce77db976727bde42
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 00:45:07 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 00:46:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d2373e
sys-libs/glibc: Backport 414f21a6b310ec7d4e0885dd7ac5e379cd49dfe2 to 2.41
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/glibc/glibc-2.41-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-2.41-r8.ebuild
b/sys-libs/glibc/glibc-2.41-r8.ebuild
index ba5fe6af8422..ac7648927e8d 100644
--- a/sys-libs/glibc/glibc-2.41-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.41-r8.ebuild
@@ -291,7 +291,7 @@ do_run_test() {
if [[ ${MERGE_TYPE} == "binary" ]] ; then
# ignore build failures when installing a binary package #324685
- do_compile_test "" "$@" 2>/dev/null || return 0
+ CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null ||
return 0
else
ebegin "Performing simple compile test for ABI=${ABI}"
if ! do_compile_test "" "$@" ; then