Re: Disabling SSP for one package
Michael Orlitzky <[email protected]>
| Newsgroups | gmane.linux.gentoo.hardened |
|---|---|
| Message-ID | <[email protected]> |
On 12/17/2013 08:57 AM, Alex Xu wrote:
>
> Can't you do CFLAGS=-fno-stack-protector in p.env?
>
Yep, thanks. I had to prepend $CFLAGS to it, i.e.,
CFLAGS="${CFLAGS} -fno-stack-protector"
but no crash after a recompile.