encfs: fix musl.

This commit is contained in:
Enno Boland 2015-08-18 11:03:40 +02:00
parent 7f5d5ad1f6
commit a87df25a5a
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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"