diff options
author | Nathan Caldwell <saintdev@gmail.com> | 2019-05-21 00:59:57 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 21:25:02 +0000 |
commit | 1829dbc40eaa67cc12cc9ef5072a1aa6149c0815 (patch) | |
tree | b5bfc537e15f4f1ddc31a1be88bdfb30b0197984 /testing/mergerfs/makefile-no-debug.patch | |
parent | 1aa76bb0ca302ba4bf61736e1bb7bd12a6a226f6 (diff) | |
download | aports-1829dbc40eaa67cc12cc9ef5072a1aa6149c0815.tar.bz2 aports-1829dbc40eaa67cc12cc9ef5072a1aa6149c0815.tar.xz |
testing/mergerfs: upgrade to 2.27.0
Closes GH-7978
Diffstat (limited to 'testing/mergerfs/makefile-no-debug.patch')
-rw-r--r-- | testing/mergerfs/makefile-no-debug.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mergerfs/makefile-no-debug.patch b/testing/mergerfs/makefile-no-debug.patch deleted file mode 100644 index 02b93cb786..0000000000 --- a/testing/mergerfs/makefile-no-debug.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -51,7 +51,7 @@ - TARGET = mergerfs - MANPAGE = $(TARGET).1 - FUSE_CFLAGS = -D_FILE_OFFSET_BITS=64 -Ilibfuse/include --CFLAGS = -g -Wall \ -+CFLAGS = -Wall \ - $(OPTS) \ - -Wno-unused-result \ - $(FUSE_CFLAGS) \ |