]> git.pld-linux.org Git - packages/mongodb.git/blame - mongodb-build.patch
- release 3
[packages/mongodb.git] / mongodb-build.patch
CommitLineData
04298a8b
JB
1--- mongodb-src-r2.0.1/SConstruct.orig 2011-11-07 17:32:11.944223596 +0100
2+++ mongodb-src-r2.0.1/SConstruct 2011-11-07 17:35:10.547562910 +0100
3@@ -327,7 +327,7 @@
4
5 # ------ SOURCE FILE SETUP -----------
6
7-commonFiles = Split( "pch.cpp buildinfo.cpp db/indexkey.cpp db/jsobj.cpp bson/oid.cpp db/json.cpp db/lasterror.cpp db/nonce.cpp db/queryutil.cpp db/querypattern.cpp db/projection.cpp shell/mongo.cpp db/security_common.cpp db/security_commands.cpp" )
8+commonFiles = Split( "pch.cpp buildinfo.cpp db/indexkey.cpp db/jsobj.cpp bson/oid.cpp db/json.cpp db/lasterror.cpp db/nonce.cpp db/queryutil.cpp db/querypattern.cpp db/projection.cpp shell/mongo.cpp" )
9 commonFiles += [ "util/background.cpp" , "util/util.cpp" , "util/file_allocator.cpp" ,
10 "util/assert_util.cpp" , "util/log.cpp" , "util/ramlog.cpp" , "util/md5main.cpp" , "util/base64.cpp", "util/concurrency/vars.cpp", "util/concurrency/task.cpp", "util/debug_util.cpp",
11 "util/concurrency/thread_pool.cpp", "util/password.cpp", "util/version.cpp", "util/signal_handlers.cpp",
12@@ -343,7 +343,7 @@
13 coreServerFiles = [ "util/net/message_server_port.cpp" ,
14 "client/parallel.cpp" , "db/common.cpp",
15 "util/net/miniwebserver.cpp" , "db/dbwebserver.cpp" ,
16- "db/matcher.cpp" , "db/dbcommands_generic.cpp" , "db/dbmessage.cpp" ]
17+ "db/matcher.cpp" , "db/dbcommands_generic.cpp" , "db/dbmessage.cpp", "db/security_common.cpp", "db/security_commands.cpp"]
18
19 mmapFiles = [ "util/mmap.cpp" ]
20
176b2150
JR
21@@ -1131,7 +1131,7 @@
22 sniffEnv.Append( LIBS=[ "wpcap" ] )
23
24 sniffEnv.Prepend( LIBPATH=["."] )
25- sniffEnv.Append( LIBS=[ "mongotestfiles" ] )
26+ sniffEnv.Prepend( LIBS=[ "mongotestfiles" ] )
27
28 sniffEnv.Program( "mongosniff" , "tools/sniffer.cpp" )
29
This page took 0.071872 seconds and 4 git commands to generate.