mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
rvault: fix build
This commit is contained in:
parent
89312395ce
commit
b79b11d460
2 changed files with 11 additions and 1 deletions
10
srcpkgs/rvault/patches/missing-include.patch
Normal file
10
srcpkgs/rvault/patches/missing-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/core/sdb.c
|
||||||
|
+++ b/src/core/sdb.c
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <signal.h>
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
#include <editline/readline.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rvault'
|
# Template file for 'rvault'
|
||||||
pkgname=rvault
|
pkgname=rvault
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=5
|
revision=6
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue