summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-httpdirfs/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-httpdirfs/files/patch-Makefile')
-rw-r--r--sysutils/fusefs-httpdirfs/files/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/fusefs-httpdirfs/files/patch-Makefile b/sysutils/fusefs-httpdirfs/files/patch-Makefile
new file mode 100644
index 000000000000..1658c327be30
--- /dev/null
+++ b/sysutils/fusefs-httpdirfs/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig 2019-11-12 10:38:03 UTC
++++ Makefile
+@@ -1,6 +1,6 @@
+ VERSION=1.2.0
+
+-CFLAGS += -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\
++CFLAGS += -Wall -Wextra -Wshadow -D_GNU_SOURCE\
+ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\
+ `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat`
+ LDFLAGS += `pkg-config --libs-only-L gumbo libcurl fuse uuid expat`