]> git.pld-linux.org Git - packages/mongodb.git/blame - mongodb-build.patch
- release 4 (by relup.sh)
[packages/mongodb.git] / mongodb-build.patch
CommitLineData
037ecc1e
JK
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 )
04298a8b 6
037ecc1e
JK
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 )
04298a8b 9
037ecc1e 10 # --- environment setup ---
176b2150 11
This page took 0.032051 seconds and 4 git commands to generate.