diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-01-04 17:31:08 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-01-04 17:33:42 -0800 |
commit | db7f353c9db529295c7c1fa1aa66751bbc9c1594 (patch) | |
tree | 1431a67941254270100eabde7a11158868330b39 /sys-boot | |
parent | games-mud/gnome-mud-9999: update to meson (diff) | |
download | gentoo-db7f353c9db529295c7c1fa1aa66751bbc9c1594.tar.gz gentoo-db7f353c9db529295c7c1fa1aa66751bbc9c1594.tar.bz2 gentoo-db7f353c9db529295c7c1fa1aa66751bbc9c1594.zip |
sys-boot/vboot-utils: fix 72_p20181229 for libressl
dumpRSAPublicKey.c:(.text+0x150): undefined reference to `RSA_get0_key'
Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/674522
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-72_p20181229.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |