forked from pool/bindfs
- Update to release 1.14.3
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=48
This commit is contained in:
parent
e013391449
commit
6c443875f7
@ -1,31 +0,0 @@
|
||||
From 9ad6363e9c1ee463bff7f28454283dd49d0d2e20 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Engelhardt <jengelh@inai.de>
|
||||
Date: Wed, 8 Jan 2020 11:17:41 +0100
|
||||
Subject: [PATCH] build: fix build failure with -fno-common
|
||||
URL: https://github.com/mpartel/bindfs/pull/81
|
||||
|
||||
$ ./configure CFLAGS=-fno-common && make
|
||||
ld: rate_limiter.o:(.rodata+0x0): multiple definition of
|
||||
"rate_limiter_idle_credit"; bindfs.o:(.rodata+0x0): first defined here
|
||||
|
||||
References: https://bugzilla.opensuse.org/1160244
|
||||
---
|
||||
src/rate_limiter.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/rate_limiter.h b/src/rate_limiter.h
|
||||
index a332294..95c0069 100644
|
||||
--- a/src/rate_limiter.h
|
||||
+++ b/src/rate_limiter.h
|
||||
@@ -26,7 +26,7 @@
|
||||
/* When we are idle, we allow some time to be "credited" to the next writer.
|
||||
* Otherwise, the short pause between requests would "go to waste", lowering
|
||||
* the throughput when there is only one requester. */
|
||||
-const double rate_limiter_idle_credit;
|
||||
+extern const double rate_limiter_idle_credit;
|
||||
|
||||
typedef struct RateLimiter {
|
||||
double rate; /* bytes / second */
|
||||
--
|
||||
2.24.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:698c8d02b4e77a71e52184bd66869f4d63add4411e76636ee045d154b374c57e
|
||||
size 407273
|
3
bindfs-1.14.3.tar.gz
Normal file
3
bindfs-1.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c87d4b80936282e78dc3840c64d3afaf1f0d7a486b29efc43699b9b178a9a25
|
||||
size 407363
|
@ -1,10 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 10:20:56 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
Wed Jan 8 10:41:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.14.2
|
||||
- Update to release 1.14.3
|
||||
* No longer check that numeric UIDs and GIDs exist, since
|
||||
/etc/passwd etc are not always available.
|
||||
- Add 0001-build-fix-build-failure-with-fno-common.patch [boo#1160257]
|
||||
* Address -fno-common build [boo#1160257]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 20:03:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bindfs
|
||||
Version: 1.14.2
|
||||
Version: 1.14.3
|
||||
Release: 0
|
||||
Summary: Filesystem for mapping directories with alternate permissions
|
||||
License: GPL-2.0-or-later
|
||||
@ -26,7 +26,6 @@ URL: https://bindfs.org/
|
||||
|
||||
#Git-Clone: https://github.com/mpartel/bindfs
|
||||
Source: https://bindfs.org/downloads/%name-%version.tar.gz
|
||||
Patch1: 0001-build-fix-build-failure-with-fno-common.patch
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user