From db7f353c9db529295c7c1fa1aa66751bbc9c1594 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 4 Jan 2019 17:31:08 -0800 Subject: sys-boot/vboot-utils: fix 72_p20181229 for libressl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dumpRSAPublicKey.c:(.text+0x150): undefined reference to `RSA_get0_key' Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/674522 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Zac Medico --- sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys-boot') diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild index 3469619cf31c..273d3ec48ff2 100644 --- a/sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild @@ -53,6 +53,10 @@ src_prepare() { -i tests/common.sh || die sed -e "s:/mnt/host/source/src/platform/vboot_reference:${S}:" \ -i tests/futility/expect_output/* || die + if use libressl; then + sed -e '/OPENSSL_VERSION_NUMBER/d' \ + -i host/include/openssl_compat.h || die #674522 + fi } _emake() { -- cgit v1.2.3-65-gdbad