Files
Z. Liu bcf95ecec1 net-libs/ldns: skip definition of _Bool on C99 or newer
glibc 2.43 introduced the C23 variadic assert implementation.
With _GNU_SOURCE, assert.h declares
extern _Bool __assert_single_arg(_Bool) even when compiling in
gnu17 mode. ldns later attempts to redefine _Bool for pre-C99
compatibility, causing build failures when compiling in c17 or
gnu17 mode with _GNU_SOURCE.

Closes: https://bugs.gentoo.org/980828
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1661
Merges: https://codeberg.org/gentoo/gentoo/pulls/1661
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
2026-08-19 17:10:30 +02:00
..
2026-08-04 14:17:05 +02:00