]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb-build.patch
ef076af51c4358870147f85cb7798488f5730a3e
[packages/mongodb.git] / mongodb-build.patch
1 --- mongodb-src-r2.0.6/SConstruct.orig  2012-06-13 13:02:51.000000000 +0200
2 +++ mongodb-src-r2.0.6/SConstruct       2012-06-13 13:03:02.000000000 +0200
3 @@ -196,7 +196,7 @@
4  for shortName in getThirdPartyShortNames():
5      add_option( "use-system-" + shortName , "use system version of library " + shortName , 0 , True )
6  
7 -add_option( "use-system-all" , "use all system libraries " + shortName , 0 , True )
8 +add_option( "use-system-all" , "use all system libraries ", 0 , True )
9  
10  # --- environment setup ---
11  
This page took 0.073687 seconds and 2 git commands to generate.