mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-benchmarks/siege: build w/ -std=gnu17
We're still carrying a C99 patch, so. Closes: https://bugs.gentoo.org/943908 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
1a88f3abcb
commit
c22ae5af24
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools bash-completion-r1
|
||||
inherit autotools flag-o-matic bash-completion-r1
|
||||
|
||||
DESCRIPTION="HTTP regression testing and benchmarking utility"
|
||||
HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege"
|
||||
@ -38,6 +38,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #943908
|
||||
append-cflags -std=gnu17
|
||||
local myconf=( $(use_with ssl ssl "${EPREFIX}/usr") )
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user