blob: 5795c7e48925f5c5b43c03242724e1ea136d251d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur mongodb-src-r1.3.3/SConstruct mongodb-src-r1.3.3.new/SConstruct
--- mongodb-src-r1.3.3/SConstruct 2010-03-02 07:37:07.000000000 -0800
+++ mongodb-src-r1.3.3.new/SConstruct 2010-03-07 22:36:10.000000000 -0800
@@ -1478,8 +1478,6 @@
fullInstallName = installDir + "/bin/" + name
allBinaries += [ name ]
- if (solaris or linux) and (not GetOption("nostrip")):
- e.AddPostAction( inst, e.Action( 'strip ' + fullInstallName ) )
if linux and len( COMMAND_LINE_TARGETS ) == 1 and str( COMMAND_LINE_TARGETS[0] ) == "s3dist":
e.AddPostAction( inst , checkGlibc )
|