[Bug 1194605] python3 leaks strict compiler flags into user packages via sysconfig

https://bugzilla.suse.com/show_bug.cgi?id=1194605 https://bugzilla.suse.com/show_bug.cgi?id=1194605#c1 Steve Kowalik <steven.kowalik@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |steven.kowalik@suse.com Resolution|--- |WONTFIX --- Comment #1 from Steve Kowalik <steven.kowalik@suse.com> --- Our Python 3 interpreter builds inherent their CFLAGS from rpm's optargs macro that is set in the project config for Tumbleweed. From https://build.opensuse.org/projects/openSUSE:Factory/prjconf , line 1497: Optflags: * -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type %%{?_lto_cflags} I do not feel comfortable removing or overriding hardening compiler directives from our builds of the interpreter -- which is what I would have to do, since our macros will use that setting above if we don't specify CFLAGS in our build. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com