summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..fe08299d426e
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,11 @@
+diff --git a/Makefile.orig b/Makefile
+index 58d3c1e..ac9cb19 100644
+--- a/Makefile.orig
++++ b/Makefile
+@@ -1,5 +1,6 @@
+ PREFIX ?= /usr/local
+ BINDIR ?= $(PREFIX)/bin
++CXXFLAGS=-std=c++11
+
+ all:
+ $(MAKE) -C src