summaryrefslogtreecommitdiff
path: root/community/mongodb/removeWerror.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-19 01:05:57 -0700
committerroot <root@rshg054.dnsready.net>2013-04-19 01:05:57 -0700
commit1fedf1f5d5351aefd88268cba7353c79adac9b8a (patch)
tree513a073013b058d237750fe3214cd466cbeaf1b6 /community/mongodb/removeWerror.patch
parent55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (diff)
Fri Apr 19 01:05:57 PDT 2013
Diffstat (limited to 'community/mongodb/removeWerror.patch')
-rw-r--r--community/mongodb/removeWerror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mongodb/removeWerror.patch b/community/mongodb/removeWerror.patch
index c5220cc1e..dd96084da 100644
--- a/community/mongodb/removeWerror.patch
+++ b/community/mongodb/removeWerror.patch
@@ -9,3 +9,13 @@
if not has_option('clang'):
env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is faster than gcc's
+--- a/src/third_party/v8/SConscript 2013-04-17 03:21:23.000000000 +0800
++++ b/src/third_party/v8/SConscript 2013-04-18 17:41:29.878618892 +0800
+@@ -47,7 +47,6 @@
+ 'gcc': {
+ 'all': {
+ 'CCFLAGS': ['-Wall',
+- '-Werror',
+ '-W',
+ '-Wno-unused-parameter',
+ '-Woverloaded-virtual',