From 420eeee727d39d869d864caddb04a80dafda7160 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Oct 2017 17:51:45 +0100 Subject: gentoo resync : 17.10.2017 --- app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild') 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 8b41e36c664b..2e719e5b28ba 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 @@ -34,14 +34,15 @@ pkg_setup() { } src_prepare() { - default + cmake-utils_src_prepare + # do not build and install the kernel module sed -i 's/COMMAND ${tpmd_dev_BUILD_CMD}//' tpmd_dev/CMakeLists.txt || die sed -i 's/install(CODE.*//' tpmd_dev/CMakeLists.txt || die } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DUSE_OPENSSL=$(usex ssl) ) cmake-utils_src_configure -- cgit v1.2.3