diff --git a/app-admin/rsyslog/rsyslog-8.2410.0-r3.ebuild b/app-admin/rsyslog/rsyslog-8.2410.0-r3.ebuild index 3e68d0eef3ab0..b5667e1b82966 100644 --- a/app-admin/rsyslog/rsyslog-8.2410.0-r3.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2410.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit autotools linux-info python-any-r1 systemd +inherit autotools flag-o-matic linux-info python-any-r1 systemd DESCRIPTION="An enhanced multi-threaded syslogd with database support and more" HOMEPAGE="https://www.rsyslog.com/ @@ -186,6 +186,9 @@ src_prepare() { } src_configure() { + # https://github.com/rsyslog/rsyslog/issues/5507 (bug #943899) + append-cflags -std=gnu17 + # Maintainer notes: # * Guardtime support is missing because libgt isn't yet available # in portage.