blob: fcfc55975809f10e5c4fa5e25066b2e2caa78eab [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001From b0a579d83e355545b64742c997fe8b1d58bf4207 Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Mon, 13 Jun 2016 11:05:00 +0300
4Subject: [PATCH] Don't enable stack-protection by default
5
6These are set by security_flags.inc.
7
8Upstream-Status: Inappropriate [configuration]
9Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
10---
11 configure.ac | 2 --
12 1 file changed, 2 deletions(-)
13
14diff --git a/configure.ac b/configure.ac
15index 068d072..d580f84 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -138,8 +138,6 @@ m4_define([compiler_flags_common],[ dnl
19 -fno-common dnl
20 -fdiagnostics-show-option dnl
21 -fno-strict-aliasing dnl
22- -fstack-protector dnl
23- -fstack-protector-strong dnl
24 -fno-semantic-interposition dnl
25 -Wno-deprecated-declarations dnl
26 ])
27--
282.1.4
29