commit: 47add45312b44da974e2c5590872eca333963b7e Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Feb 14 10:33:09 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 10:33:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47add453
www-servers/monkeyd: Apply gcc-10 workaround * Ebuild needs multiple improvements * Upstream active, but last release in 2016 Closes: https://bugs.gentoo.org/707642 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild index d86b0157384..b01710bd8a8 100644 --- a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild @@ -68,6 +68,7 @@ src_prepare() { } src_configure() { + append-cflags -fcommon local myconf="" use elibc_uclibc && myconf+=" --uclib-mode"
