commit: 12dd10611f2d246218a0aa181b5580160782d996 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 20:16:16 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 20:18:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dd1061
dev-libs/libstrophe: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/944913 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libstrophe/libstrophe-0.13.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild b/dev-libs/libstrophe/libstrophe-0.13.1.ebuild index 23a0f02893f7..87c2bbe4a43f 100644 --- a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.13.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="A simple, lightweight C library for writing XMPP clients" HOMEPAGE="https://strophe.im/libstrophe/" @@ -38,6 +38,8 @@ src_prepare() { } src_configure() { + # bug #944913 + append-cflags -std=gnu17 local myeconf=( --enable-tls $(use_with !expat libxml2)
