mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/rsyslog: build w/ -std=gnu17
Bug: https://github.com/rsyslog/rsyslog/issues/5507 Closes: https://bugs.gentoo.org/943899 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user