add missing patch

This commit is contained in:
Caolán McNamara 2018-08-29 09:04:21 +01:00
parent 6697ad6e81
commit a7ac384dc0
1 changed files with 11 additions and 0 deletions

11
mdds.patch Normal file
View File

@ -0,0 +1,11 @@
--- a/configure.ac 2018-08-29 08:40:39.924444319 +0100
+++ b/configure.ac 2018-08-29 08:40:55.232738124 +0100
@@ -30,7 +30,7 @@
CPPFLAGS="$CPPFLAGS -Wall -O2 -g -pedantic-errors"
CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
-CXXFLAGS="-Wshadow -std=c++11 -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST"
+CXXFLAGS="$CXXFLAGS -Wshadow -std=c++11 -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST"
if test "$debug_stdcxx" = "yes"; then
CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG"