mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
libndp: bump to 1.3
Remove upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
30cce702e7
commit
9b6aff85b2
@ -1,16 +0,0 @@
|
||||
Add missing <stdarg.h> include for va_list
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: b/include/ndp.h
|
||||
===================================================================
|
||||
--- a/include/ndp.h
|
||||
+++ b/include/ndp.h
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef _NDP_H_
|
||||
#define _NDP_H_
|
||||
|
||||
+#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBNDP_VERSION = v1.2
|
||||
LIBNDP_VERSION = v1.3
|
||||
LIBNDP_SITE = $(call github,jpirko,libndp,$(LIBNDP_VERSION))
|
||||
LIBNDP_LICENSE = LGPLv2.1+
|
||||
LIBNDP_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user