commit: e9b817af0802a4cb04162962038deabc1bd309c7 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Aug 11 00:02:30 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 00:02:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b817af
dev-lang/perl: Remove unaligned access direction workaround As its been indicated that this detection has been fixed upstream in perl since 5.31.5, and the workaround should no longer be needed Bug: https://bugs.gentoo.org/676062 Bug: https://bugs.gentoo.org/688432 Bug: https://github.com/Perl/perl5/issues/16828 Bug: https://github.com/Perl/perl5/issues/16680 Commit: https://github.com/perl/perl5/commit/ee9ac1cd8eb988fea70841eae211b11355711416 Commit: https://github.com/perl/perl5/commit/e8864dba80952684bf3afe83438d4eee0c3939a9 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-lang/perl/perl-5.32.0-r1.ebuild | 8 -------- dev-lang/perl/perl-5.32.0.ebuild | 8 -------- 2 files changed, 16 deletions(-) diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild b/dev-lang/perl/perl-5.32.0-r1.ebuild index 755c45efe8e..c4700dfc9a7 100644 --- a/dev-lang/perl/perl-5.32.0-r1.ebuild +++ b/dev-lang/perl/perl-5.32.0-r1.ebuild @@ -620,14 +620,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ - # fix unaligned access misdetection - # https://rt.perl.org/Public/Bug/Display.html?id=133495 - # https://rt.perl.org/Public/Bug/Display.html?id=133803 - # bug #676062, bug #688432 - use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \ - [[ ${CHOST} == armv5tel* ]] \ - && myconf "-Dd_u32align='define'" - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild index 24bc98ec06e..d5ab04c9735 100644 --- a/dev-lang/perl/perl-5.32.0.ebuild +++ b/dev-lang/perl/perl-5.32.0.ebuild @@ -462,14 +462,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ - # fix unaligned access misdetection - # https://rt.perl.org/Public/Bug/Display.html?id=133495 - # https://rt.perl.org/Public/Bug/Display.html?id=133803 - # bug #676062, bug #688432 - use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \ - [[ ${CHOST} == armv5tel* ]] \ - && myconf "-Dd_u32align='define'" - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible.
