[packages] send: resolve header clash with libconfig
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25346 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba3426ea42
commit
4371698389
22
ipv6/send/patches/005-use-bundled-libconfig.patch
Normal file
22
ipv6/send/patches/005-use-bundled-libconfig.patch
Normal file
@ -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"
|
Loading…
x
Reference in New Issue
Block a user