From bd13fc4f1e5d041839e9e6483a0df9782e6bf675 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Jan 2025 07:04:51 +0000 Subject: [PATCH] app-crypt/mhash: Sync with Gentoo It's from Gentoo commit f49a9884a55e351b80549af8062414a9b2080a84. --- .../portage-stable/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild b/sdk_container/src/third_party/portage-stable/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild index ed01e8b388..0d5b3371eb 100644 --- a/sdk_container/src/third_party/portage-stable/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-crypt/mhash/mhash-0.9.9.9-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="https://mhash.sourceforge.net/" @@ -52,6 +52,9 @@ src_prepare() { } src_configure() { + # bug #943960 + append-cflags -std=gnu17 + econf $(use_enable static-libs static) }