mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bindfs: update to 1.13.5.
This commit is contained in:
parent
d0d0747a2b
commit
490e5c8f80
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- tests/test_dir_rewind.c.orig 2016-10-15 14:51:53.979721035 +0200
|
|
||||||
+++ tests/test_dir_rewind.c 2016-10-15 14:52:10.176721870 +0200
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
//
|
|
||||||
// https://github.com/mpartel/bindfs/issues/41
|
|
||||||
|
|
||||||
-#ifdef __linux__
|
|
||||||
+#if defined(__linux__) && !defined(__aarch64__)
|
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include <fcntl.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bindfs'
|
# Template file for 'bindfs'
|
||||||
pkgname=bindfs
|
pkgname=bindfs
|
||||||
version=1.13.4
|
version=1.13.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,4 +10,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://bindfs.org"
|
homepage="http://bindfs.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://bindfs.org/downloads/bindfs-${version}.tar.gz"
|
distfiles="http://bindfs.org/downloads/bindfs-${version}.tar.gz"
|
||||||
checksum=a0e7336e5b7c9a4aaca7ba15487675dbe5c8dac692ee7341e7fcb41dd410d014
|
checksum=2814d1319e7425a5651d009a45e0269df7da9f18c6e7beca663148d7622c6ef3
|
||||||
|
|
Loading…
Add table
Reference in a new issue