From dc8a6f56367d1d16b8a1fc0090612351e8e95360 Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Fri, 20 Apr 2018 20:25:30 +0200 Subject: [PATCH] dev-ada/gps: No strict aliasing Closes: https://bugs.gentoo.org/653484 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- dev-ada/gps/gps-2017.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild index 542c7879a33c0..6156e0dde66c6 100644 --- a/dev-ada/gps/gps-2017.ebuild +++ b/dev-ada/gps/gps-2017.ebuild @@ -63,6 +63,7 @@ src_configure() { } src_compile() { + ADAFLAGS+=" -fno-strict-aliasing" emake GPRBUILD_FLAGS="-v ${MAKEOPTS} \ -XLIBRARY_TYPE=relocatable \ -XXMLADA_BUILD=relocatable"