[packages] send: resolve header clash with libconfig
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 18:10:11 +0000 (18:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 18:10:11 +0000 (18:10 +0000)
SVN-Revision: 25346

ipv6/send/patches/005-use-bundled-libconfig.patch [new file with mode: 0644]

diff --git a/ipv6/send/patches/005-use-bundled-libconfig.patch b/ipv6/send/patches/005-use-bundled-libconfig.patch
new file mode 100644 (file)
index 0000000..99435f9
--- /dev/null
@@ -0,0 +1,22 @@
+--- a/cgatool/cgatool.c
++++ b/cgatool/cgatool.c
+@@ -49,7 +49,7 @@
+ #include "config.h"
+ #include <applog.h>
+-#include <libconfig.h>
++#include "../libs/libconfig/libconfig.h"
+ #include <senddctl.h>
+ #include <cga.h>
+--- a/sendd/config.c
++++ b/sendd/config.c
+@@ -38,7 +38,7 @@
+ #include <net/if.h>
+ #include "config.h"
+-#include <libconfig.h>
++#include "../libs/libconfig/libconfig.h"
+ #include <applog.h>
+ #include "sendd_local.h"