commit: a334c52ac48a3f169fe5abe81790d448c0c296fe Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Oct 9 02:47:32 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Oct 9 02:55:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a334c52a
net-misc/utelnetd: fix build with upcoming clang16 (was revbumped at same time in previous commit for other compilers) Closes: https://bugs.gentoo.org/871195 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild index bc0ab879e6df..7c072e0d028a 100644 --- a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild +++ b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Small telnet daemon derived from the Axis tools" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -22,6 +22,8 @@ src_prepare() { -e "/^CC/s|=.*|= $(tc-getCC)|" \ -e "/fomit-frame-pointer/d" \ -i Makefile || die + + append-cppflags -D_GNU_SOURCE #871195 } src_install() {
