dev-lang/perl: Use Dd_u32align on sparc
authorMatt Turner <mattst88@gentoo.org>
Sat, 7 Sep 2019 21:36:29 +0000 (14:36 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 9 Sep 2019 23:25:46 +0000 (16:25 -0700)
Upstream fix is in progress at

https://rt.perl.org/Ticket/Display.html?id=133495

but this is a very simple workaround with the same result until then.

Closes: https://bugs.gentoo.org/676062
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-lang/perl/perl-5.28.2-r1.ebuild
dev-lang/perl/perl-5.28.9999.ebuild
dev-lang/perl/perl-5.30.0.ebuild

index 2eae9534112d20fce86b4b54f633d37e7efacc57..0ce154c419d045454209ba003ace39bf25019c06 100644 (file)
@@ -377,6 +377,7 @@ src_configure() {
        filter-flags "-flto"
 
        use sparc && myconf -Ud_longdbl
+       use sparc && myconf -Dd_u32align # bug #676062
 
        export BUILD_BZIP2=0
        export BZIP2_INCLUDE=${EROOT}/usr/include
index 88f49401029e4d3d9bdafa1b7c67433c63d0217a..2c066883bcebfae0bd09f0a7810e08151473e178 100644 (file)
@@ -375,6 +375,7 @@ src_configure() {
        filter-flags "-flto"
 
        use sparc && myconf -Ud_longdbl
+       use sparc && myconf -Dd_u32align # bug #676062
 
        export BUILD_BZIP2=0
        export BZIP2_INCLUDE=${EROOT}/usr/include
index 06b242e190db775b8d1c55b502324ed23de490d1..922d04be075f3e3d62f87bc1005c0b8d68c26eb7 100644 (file)
@@ -373,6 +373,7 @@ src_configure() {
        filter-flags "-flto"
 
        use sparc && myconf -Ud_longdbl
+       use sparc && myconf -Dd_u32align # bug #676062
 
        export BUILD_BZIP2=0
        export BZIP2_INCLUDE=${EROOT}/usr/include