commit: 9cb798f2928edcbc10d19f365672711a1bfb0001 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sat Mar 18 17:41:04 2023 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Tue Mar 28 18:50:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9cb798f2
dev-libs/libressl: Fix multilib header Fixes: https://github.com/gentoo/libressl/issues/506 Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/libressl/pull/507 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> dev-libs/libressl/libressl-3.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libressl/libressl-3.7.1.ebuild b/dev-libs/libressl/libressl-3.7.1.ebuild index 424a578..168cab3 100644 --- a/dev-libs/libressl/libressl-3.7.1.ebuild +++ b/dev-libs/libressl/libressl-3.7.1.ebuild @@ -26,6 +26,8 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc +MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h ) + PATCHES=( "${FILESDIR}"/${PN}-2.8.3-solaris10.patch )
