summaryrefslogtreecommitdiff
path: root/community/mongodb/removeWerror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mongodb/removeWerror.patch')
-rw-r--r--community/mongodb/removeWerror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/mongodb/removeWerror.patch b/community/mongodb/removeWerror.patch
new file mode 100644
index 000000000..c5220cc1e
--- /dev/null
+++ b/community/mongodb/removeWerror.patch
@@ -0,0 +1,11 @@
+--- a/SConstruct 2013-03-16 02:59:55.000000000 +0800
++++ b/SConstruct 2013-03-20 10:55:20.009645869 +0800
+@@ -692,7 +692,7 @@
+ "-Winvalid-pch"] )
+ # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
+ if linux:
+- env.Append( CCFLAGS=["-Werror", "-pipe"] )
++ env.Append( CCFLAGS=["-pipe"] )
+ if not has_option('clang'):
+ env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is faster than gcc's
+