3 The toolchain may not support SSP, so do not enforce its usage, let
4 the package user pass the appropriate CFLAGS to enable SSP if needed.
6 Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 diff -rupN janus-gateway-master.orig/Makefile.am janus-gateway-master/Makefile.am
10 --- janus-gateway-master.orig/Makefile.am 2014-11-27 14:36:31.000000000 +0000
11 +++ janus-gateway-master/Makefile.am 2014-12-01 16:39:50.551935028 +0000
12 @@ -14,7 +14,7 @@ AM_CFLAGS += -Wredundant-decls # sophia
13 # some fairly big refactoring though, which can wait.
14 # AM_CFLAGS += -Wshadow -Wstrict-aliasing=2
16 -AM_CFLAGS += -fstack-protector-all -g -ggdb -fPIC -rdynamic
17 +AM_CFLAGS += -g -ggdb -fPIC -rdynamic
19 # FIXME: make docs work with distcheck
20 DISTCHECK_CONFIGURE_FLAGS = --disable-docs --enable-post-processing