libndp: portability patch from Alpine.

This commit is contained in:
Juan RP 2015-05-13 09:39:39 +02:00
parent 1710d053f7
commit 5d10c9ead4
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- ndptool.c.orig
+++ ndptool.c
@@ -22,6 +22,7 @@
#include <unistd.h>
#include <string.h>
#include <signal.h>
+#include <sys/select.h>
#include <sys/signalfd.h>
#include <getopt.h>
#include <net/if.h>

View file

@ -1,7 +1,7 @@
# Template build file for 'libndp'.
pkgname=libndp
version=1.5
revision=1
revision=2
build_style=gnu-configure
short_desc="Library for Neighbor Discovery Protocol"
maintainer="Enno Boland <eb@s01.de>"