]> git.pld-linux.org Git - packages/mongodb.git/blob - config.patch
3365b5b4c44c3054a52d3cba17e7e63b121d8991
[packages/mongodb.git] / config.patch
1 --- mongodb-src-r2.0.1/SConstruct.orig  2011-10-22 02:52:16.000000000 +0200
2 +++ mongodb-src-r2.0.1/SConstruct       2011-11-01 19:46:50.060469479 +0100
3 @@ -673,7 +673,6 @@
4      env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
5      # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
6      if linux:
7 -        env.Append( CPPFLAGS=" -Werror " )
8          if not has_option('clang'): 
9              env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's
10  
11 @@ -732,10 +732,6 @@
12          print( "removing precompiled headers" )
13          os.unlink('pch.h.gch') # gcc uses the file if it exists
14  
15 -if usev8:
16 -    env.Prepend( CPPPATH=["../v8/include/"] )
17 -    env.Prepend( LIBPATH=["../v8/"] )
18 -
19  if "uname" in dir(os):
20      hacks = buildscripts.findHacks( os.uname() )
21      if hacks is not None:
22 @@ -919,6 +915,10 @@
23          else:
24              myCheckLib( "v8" , True )
25  
26 +    myCheckLib(["pcrecpp"], True)
27 +    myCheckLib(["pcre"], True)
28 +    myCheckLib(["snappy"], True)
29 +
30      # requires ports devel/libexecinfo to be installed
31      if freebsd or openbsd:
32          myCheckLib( "execinfo", True )
This page took 0.088491 seconds and 2 git commands to generate.