libndp: portability patch from Alpine.
This commit is contained in:
parent
1710d053f7
commit
5d10c9ead4
10
srcpkgs/libndp/patches/fix-fd_set.patch
Normal file
10
srcpkgs/libndp/patches/fix-fd_set.patch
Normal 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>
|
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user