mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
app-crypt/p11-kit: Sync with Gentoo
It's from Gentoo commit 6ca13c446db93e30d53f59d49a9f86caca982f26.
This commit is contained in:
parent
2101b4dd4c
commit
a27b1bd9c1
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
inherit bash-completion-r1 meson-multilib python-any-r1
|
||||
inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1
|
||||
|
||||
DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
|
||||
HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html"
|
||||
@ -43,6 +43,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://github.com/p11-glue/p11-kit/issues/664
|
||||
append-cflags -std=gnu17
|
||||
|
||||
# Disable unsafe tests, bug#502088
|
||||
export FAKED_MODE=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user