mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
app-crypt/mhash: Sync with Gentoo
It's from Gentoo commit f49a9884a55e351b80549af8062414a9b2080a84.
This commit is contained in:
parent
6401e9f3ea
commit
bd13fc4f1e
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user