commit: dc8a6f56367d1d16b8a1fc0090612351e8e95360 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Apr 20 18:25:30 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 18:25:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8a6f56
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 542c7879a33..6156e0dde66 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"