aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mergerfs/makefile-no-debug.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-01 21:41:48 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-01 21:49:07 +0100
commit2f90459c07ea6ba543481090d65d9a4ae7c7c6d0 (patch)
tree6623909a6e54dd4c36e49e0d506e44d7106a16cc /testing/mergerfs/makefile-no-debug.patch
parent5d63e497d18fb43a99c2e2ddb881892db64670b8 (diff)
downloadaports-2f90459c07ea6ba543481090d65d9a4ae7c7c6d0.tar.bz2
aports-2f90459c07ea6ba543481090d65d9a4ae7c7c6d0.tar.xz
testing/mergerfs: fix --version and build without -g
Makefile sets mergerfs version based on git tag, but we're in aports repository...
Diffstat (limited to 'testing/mergerfs/makefile-no-debug.patch')
-rw-r--r--testing/mergerfs/makefile-no-debug.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mergerfs/makefile-no-debug.patch b/testing/mergerfs/makefile-no-debug.patch
new file mode 100644
index 0000000000..02b93cb786
--- /dev/null
+++ b/testing/mergerfs/makefile-no-debug.patch
@@ -0,0 +1,11 @@
+--- 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) \