1From 4b02c8207adb888d35951bbc1c5b3029594f44c6 Mon Sep 17 00:00:00 2001 2From: Bernd Kuhls <bernd.kuhls@t-online.de> 3Date: Wed, 24 Apr 2019 13:56:27 -0400 4Subject: [PATCH] Do not force SSP usage 5 6The toolchain may not support SSP, so do not enforce its usage, let 7the package user pass the appropriate CFLAGS to enable SSP if needed. 8 9Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> 10Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11(rebased against v0.1.0) 12Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 13(rebased against v0.6.3) 14Signed-off-by: Adam Duskett <Aduskett@gmail.com> 15[Upstream status: rejected 16(https://github.com/meetecho/janus-gateway/pull/1801)] 17--- 18 configure.ac | 1 - 19 1 file changed, 1 deletion(-) 20 21diff --git a/configure.ac b/configure.ac 22index 257ea8c..ca17a29 100644 23--- a/configure.ac 24+++ b/configure.ac 25@@ -20,7 +20,6 @@ LT_INIT 26 # Common CFLAGS 27 CFLAGS="$CFLAGS \ 28 -fPIC \ 29- -fstack-protector-all \ 30 -fstrict-aliasing \ 31 -ggdb3 \ 32 -pthread \ 33-- 342.20.1 35 36