commit: f32b8cd1cdedb9e74ecbd8a07244eaf5250a9e04 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 10:33:19 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 10:34:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32b8cd1
app-editors/emacs: Compile Emacs 18 with -fno-strict-aliasing Bug: https://bugs.gentoo.org/854360 Suggested-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/emacs/emacs-18.59-r14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/emacs/emacs-18.59-r14.ebuild b/app-editors/emacs/emacs-18.59-r14.ebuild index 053a862305ea..913e0ff38994 100644 --- a/app-editors/emacs/emacs-18.59-r14.ebuild +++ b/app-editors/emacs/emacs-18.59-r14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -80,7 +80,7 @@ src_configure() { # adding all those missing prototypes. strip-flags filter-flags -finline-functions -fpie - append-flags -Wno-implicit + append-flags -Wno-implicit -fno-strict-aliasing append-ldflags $(test-flags -no-pie) #639562 replace-flags -O[3-9] -O2 }
