pmount: fix musl.

This commit is contained in:
Enno Boland 2015-08-19 10:41:04 +02:00
parent c04f10db52
commit d2adb5105e
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- src/utils.c.orig 2015-08-19 10:39:10.080521155 +0200
+++ src/utils.c 2015-08-19 10:39:27.140521047 +0200
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <signal.h>
#include <libintl.h>
+#include <limits.h>
/* File name used to tag directories created by pmount */
#define CREATED_DIR_STAMP ".created_by_pmount"

View File

@ -1,7 +1,7 @@
# Template file for 'pmount' # Template file for 'pmount'
pkgname=pmount pkgname=pmount
version=0.9.23 version=0.9.23
revision=4 revision=5
build_pie=yes build_pie=yes
conf_files="/etc/pmount.allow" conf_files="/etc/pmount.allow"
build_style=gnu-configure build_style=gnu-configure