mgorny      15/02/18 17:09:17

  Added:                boot0-add-nossp-cflags.patch
  Log:
  Fix SIGABRT failure when compiled with SSP-enabled gcc, bug #511698, patch by 
Yuta SATOH
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.1                  sys-freebsd/boot0/files/boot0-add-nossp-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/files/boot0-add-nossp-cflags.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/boot0/files/boot0-add-nossp-cflags.patch?rev=1.1&content-type=text/plain

Index: boot0-add-nossp-cflags.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=511698

diff --git a/sys/boot/Makefile.inc b/sys/boot/Makefile.inc
index e0039b9..533dea0 100644
--- a/sys/boot/Makefile.inc
+++ b/sys/boot/Makefile.inc
@@ -1,3 +1,3 @@
 # $FreeBSD: release/10.0.0/sys/boot/Makefile.inc 188895 2009-02-21 15:04:31Z 
ru $
 
-SSP_CFLAGS=
+SSP_CFLAGS= -fno-stack-protector




Reply via email to