The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / radvd / 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
1 From 324e1ebc7b86f68f49fb4f1c34a4de60d18dd3c1 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Sun, 23 Nov 2014 12:17:11 +0100
4 Subject: [PATCH 2/3] Don't force -fstack-protector, the toolchain might lack
5  support for it
6
7 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 ---
10  Makefile.am | 1 -
11  1 file changed, 1 deletion(-)
12
13 diff --git a/Makefile.am b/Makefile.am
14 index 80633e7..8b5a2e4 100644
15 --- a/Makefile.am
16 +++ b/Makefile.am
17 @@ -43,7 +43,6 @@ DISABLE_WARNINGS = \
18  
19  AM_CFLAGS = \
20         -fno-strict-aliasing \
21 -       -fstack-protector \
22         $(ENABLE_WARNINGS) \
23         $(DISABLE_WARNINGS)
24  
25 -- 
26 2.1.0
27