commit: f6c848ce1de00862e2839317f9acc28a17d32174 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 30 22:12:31 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 22:12:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c848ce
dev-libs/xmlrpc-c: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/944182 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/xmlrpc-c/xmlrpc-c-1.59.03-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.59.03-r2.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.59.03-r2.ebuild index ed0f2fcb69a7..1e5ee172c367 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.59.03-r2.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.59.03-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools toolchain-funcs +inherit autotools flag-o-matic toolchain-funcs # Upstream maintains 3 release channels: https://xmlrpc-c.sourceforge.net/release.html # 1. Only the "Super Stable" series is released as a tarball @@ -59,6 +59,9 @@ src_prepare() { } src_configure() { + # bug #944182 + append-cflags -std=gnu17 + tc-export PKG_CONFIG econf \
