From d2adb5105ea7bc6e4a307ec3c96d21e02a18b8e9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 19 Aug 2015 10:41:04 +0200 Subject: [PATCH] pmount: fix musl. --- srcpkgs/pmount/patches/fix-musl.patch | 10 ++++++++++ srcpkgs/pmount/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/pmount/patches/fix-musl.patch diff --git a/srcpkgs/pmount/patches/fix-musl.patch b/srcpkgs/pmount/patches/fix-musl.patch new file mode 100644 index 00000000000..588bcdf9d65 --- /dev/null +++ b/srcpkgs/pmount/patches/fix-musl.patch @@ -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 + #include + #include ++#include + + /* File name used to tag directories created by pmount */ + #define CREATED_DIR_STAMP ".created_by_pmount" diff --git a/srcpkgs/pmount/template b/srcpkgs/pmount/template index 998d22c4fb1..24804ef22ac 100644 --- a/srcpkgs/pmount/template +++ b/srcpkgs/pmount/template @@ -1,7 +1,7 @@ # Template file for 'pmount' pkgname=pmount version=0.9.23 -revision=4 +revision=5 build_pie=yes conf_files="/etc/pmount.allow" build_style=gnu-configure