mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
nfs-utils: fix musl build
This commit is contained in:
parent
8936feca84
commit
e96bd5f5c6
1 changed files with 11 additions and 0 deletions
11
srcpkgs/nfs-utils/patches/musl-includes.patch
Normal file
11
srcpkgs/nfs-utils/patches/musl-includes.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
missing include for basename(3)
|
||||||
|
--- a/utils/nfsdctl/nfsdctl.c
|
||||||
|
+++ b/utils/nfsdctl/nfsdctl.c
|
||||||
|
@@ -19,6 +19,7 @@
|
||||||
|
#include <string.h>
|
||||||
|
#include <sched.h>
|
||||||
|
#include <sys/queue.h>
|
||||||
|
+#include <libgen.h>
|
||||||
|
|
||||||
|
#include <netlink/genl/family.h>
|
||||||
|
#include <netlink/genl/ctrl.h>
|
Loading…
Add table
Reference in a new issue