On Sat, May 5, 2018 at 4:33 AM, Rozhuk Ivan wrote:
> On Sat, 5 May 2018 12:38:37 +0200
> bryn1u85 wrote:
>
> > Don't touch src.conf
>
> I want to buils kernel and system with SSP too
Not relevant.
/etc/make.conf definitions are applied to ALL make operations and that
includes kernel and modul
On Sat, 5 May 2018 12:38:37 +0200
bryn1u85 wrote:
> Don't touch src.conf
I want to buils kernel and system with SSP too.
> Entry for make.conf should looks like below:
>
> WITH_SSP_PORTS=YES
>
> SSP_CFLAGS=-fstack-protector-all
>
> SSP_CXXFLAGS=-fstack-protector-all
SSP_CXXFLAGS does not
Hey,
Don't touch src.conf
Entry for make.conf should looks like below:
WITH_SSP_PORTS=YES
SSP_CFLAGS=-fstack-protector-all
SSP_CXXFLAGS=-fstack-protector-all
It's working for me.
2018-05-05 2:59 GMT+02:00 Rozhuk Ivan :
> Hi!
>
> I set:
>
> /etc/src.conf:
> WITH_SSP=
>
> /etc/make.conf:
> SSP