diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-07 20:27:42 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-11 18:35:37 +0200 |
commit | 52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8 (patch) | |
tree | 34a32e8321488d59031ecab6fc156a794b60cd8f /app-crypt | |
parent | app-admin/kube-bench: Initial version (diff) | |
download | gentoo-52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8.tar.gz gentoo-52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8.tar.bz2 gentoo-52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8.zip |
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
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild index 8f55dd6e71a8..3bd4cc56bd52 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild @@ -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 |