mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/tpm-emulator: allow fallthrough
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=640200 Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=6
|
||||
MODULES_OPTIONAL_USE="modules"
|
||||
inherit user linux-mod cmake-utils udev
|
||||
inherit flag-o-matic user linux-mod cmake-utils udev
|
||||
|
||||
MY_P=${P/-/_}
|
||||
DESCRIPTION="Emulator driver for tpm"
|
||||
@@ -46,6 +46,7 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_OPENSSL=$(usex ssl)
|
||||
)
|
||||
append-cflags -Wno-implicit-fallthrough
|
||||
cmake-utils_src_configure
|
||||
|
||||
# only here we have BUILD_DIR
|
||||
|
||||
Reference in New Issue
Block a user