mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sys-libs/glibc: Backport 414f21a6b3 to 2.41
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user