app-crypt/mhash: Sync with Gentoo

It's from Gentoo commit f49a9884a55e351b80549af8062414a9b2080a84.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:04:51 +00:00 committed by Krzesimir Nowak
parent 6401e9f3ea
commit bd13fc4f1e

View File

@ -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)
}