package/zic: bump version to 2015e
[buildroot-gz.git] / package / arptables / 0001-arptables-disable-dlfcn.h-include.patch
bloba5d56d22a691888dd24a95b047a2d3adb3aa8589
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
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.
9 Status: sent upstream.
11 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
12 ---
13 arptables.c | 2 ++
14 1 file changed, 2 insertions(+)
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