From: Michael Tremer Date: Fri, 13 Apr 2012 16:19:32 +0000 (+0200) Subject: gcc: Force the patch to properly enable the SSP. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d72c8258c21fc52ee258ecb67ea0cd3a732032fa;p=ipfire-3.x.git gcc: Force the patch to properly enable the SSP. --- diff --git a/gcc/gcc.nm b/gcc/gcc.nm index ed1b500c7..a87a9bfdb 100644 --- a/gcc/gcc.nm +++ b/gcc/gcc.nm @@ -8,7 +8,7 @@ build_cloog_ppl = 1 name = gcc version = 4.6.3 -release = 3 +release = 4 maintainer = Michael Tremer groups = Development/Compilers @@ -112,7 +112,8 @@ build end # CFLAGS for hardening. - HARD_CFLAGS = -DEFAULT_PIE_SSP -DEFAULT_RELRO -DEFAULT_BIND_NOW + HARD_CFLAGS = -DEFAULT_PIE -DEFAULT_SSP -DEFAULT_PIE_SSP -DEFAULT_ESP_SPP \ + -DENABLE_ESP_SSP -DEFAULT_RELRO -DEFAULT_BIND_NOW prepare_cmds mkdir -v %{DIR_SRC}/gcc-build