• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/arptables/0001-arptables-disable-dlfcn.h-include.patch
Gustavo ZacariasGustavo Zacarias committed 8133fd8008608 Nov 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.