在 2019/9/24 上午3:31, ralph engels 写道: > After removing _FORTIFY_SOURCE=2 from CPPFLAGS in pacmans scripts > ncurses builds again, > > no need for libssp either unless you actually want stack smashing > protection. > > Seems some recent change in the runtime libraries causes this flag to > break stuff :/ >
Prior to these recent changes, `_FORTIFY_SOURCE` did nothing. pacman isn't particular for enabling `_FORTIFY_SOURCE` actually. Some other Linux distributions do the same (e.g. Ubuntu even have it in their GCC's builtin specs so it has to be disabled explicitly), which indicates such protection is kind of desired by some people. > it also caused python2 to fail building with an obscure segmentation > fault error in the 32 bit build. > What was it that segfaulted? GCC, CC1 or some conftests? -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
