[PATCH] arptables: disable dlfcn.h include

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The relevant code is disabled in libarptc_incl.c so it's not required
and breaks the ability to build it in a pure-static toolchain.

Signed-off-by: Gustavo Zacarias <gustavo@xxxxxxxxxxxxxxx>
---
 arptables.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arptables.c b/arptables.c
index 64ac3aa..fe270bc 100644
--- a/arptables.c
+++ b/arptables.c
@@ -35,7 +35,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>
+#if 0
 #include <dlfcn.h>
+#endif
 #include <ctype.h>
 #include <stdarg.h>
 #include <limits.h>
-- 
2.0.4

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux