encfs: fix musl.
This commit is contained in:
parent
7f5d5ad1f6
commit
a87df25a5a
|
@ -0,0 +1,10 @@
|
|||
--- encfs/encfsctl.cpp.orig 2015-08-18 11:01:07.739881320 +0200
|
||||
+++ encfs/encfsctl.cpp 2015-08-18 11:02:10.568876617 +0200
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
+#include <limits.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <libintl.h>
|
||||
#endif
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'encfs'
|
||||
pkgname=encfs
|
||||
version=1.7.4
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="fuse-devel libressl-devel librlog-devel boost-devel"
|
||||
|
|
Loading…
Reference in New Issue