[packages] send: resolve header clash with libconfig
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 18:10:11 +0000 (18:10 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 18:10:11 +0000 (18:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25346 3c298f89-4303-0410-b956-a3cf2f4a3e73

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"