commit: 9fb8015bf1aaeff14b2e7b72ad2bb8567eaadd73 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 03:36:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 03:37:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb8015b
dev-libs/libffi: sync live * Enable exec-static-trampoline by default. Was planning on doing this a while ago, see 3ac8657f39e4ee421d2ee778ac4392ac03516b1d, dc2a79fe4eff832ed9cc2481cb77a635faea5aba, and 7edad73b87f266741af3de82a08e84397cdc2c41, and now feels like the right time with a new release. See https://github.com/libffi/libffi/issues/869 too. Meant to explain this in 913b9ae63372f13deb88137f646213574ae94158 and forgot. * Add revert patch here too for bug #949051. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libffi/libffi-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libffi/libffi-9999.ebuild b/dev-libs/libffi/libffi-9999.ebuild index 0f77bf10562f..072cb92af743 100644 --- a/dev-libs/libffi/libffi-9999.ebuild +++ b/dev-libs/libffi/libffi-9999.ebuild @@ -27,11 +27,15 @@ LICENSE="MIT" # Please use preserve-libs.eclass in pkg_{pre,post}inst to cover users # with FEATURES="-preserved-libs" or another package manager if SONAME changes. SLOT="0/8" # SONAME=libffi.so.8 -IUSE="debug exec-static-trampoline pax-kernel static-libs test" +IUSE="debug +exec-static-trampoline pax-kernel static-libs test" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-util/dejagnu )" +PATCHES=( + "${FILESDIR}"/${PN}-3.4.7-Revert-Fix-x86-ffi64-calls-with-6-gp-and-some-sse-re.patch +) + src_prepare() { default
