Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101113
Collapse All | Expand All

(-)glibc-2.3.5-propolice-guard-functions.patch.old (-1 / +1 lines)
Lines 23-29 Link Here
23
 ifeq ($(subdir),csu)
23
 ifeq ($(subdir),csu)
24
-sysdep_routines += errno-loc
24
-sysdep_routines += errno-loc
25
+sysdep_routines += errno-loc ssp
25
+sysdep_routines += errno-loc ssp
26
+CFLAGS-ssp.c += -fno-stack-protector
26
+CFLAGS-ssp.c += -fno-stack-protector -fno-stack-protector-all
27
 endif
27
 endif
28
 
28
 
29
 ifeq ($(subdir),assert)
29
 ifeq ($(subdir),assert)

Return to bug 101113