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 / arptables / 0001-arptables-disable-dlfcn.h-include.patch
1 From 948a96d710f377fb0ed8d78c7fb85b299c80ef13 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Sat, 8 Nov 2014 10:12:54 -0300
4 Subject: [PATCH] arptables: disable dlfcn.h include
5
6 The relevant code is disabled in libarptc_incl.c so it's not required
7 and breaks the ability to build it in a pure-static toolchain.
8
9 Status: sent upstream.
10
11 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
12 ---
13  arptables.c | 2 ++
14  1 file changed, 2 insertions(+)
15
16 diff --git a/arptables.c b/arptables.c
17 index 64ac3aa..fe270bc 100644
18 --- a/arptables.c
19 +++ b/arptables.c
20 @@ -35,7 +35,9 @@
21  #include <stdio.h>
22  #include <stdlib.h>
23  #include <inttypes.h>
24 +#if 0
25  #include <dlfcn.h>
26 +#endif
27  #include <ctype.h>
28  #include <stdarg.h>
29  #include <limits.h>
30 -- 
31 2.0.4
32