]> Pileus Git - ~andy/sunrise/blob - dev-db/mongodb/files/modify-post-strip.patch
02876f9ff3ec74ecc1f00e8054d1270d80404c90
[~andy/sunrise] / dev-db / mongodb / files / modify-post-strip.patch
1 --- SConstruct  2009-07-29 20:49:21.000000000 +0200
2 +++ SConstruct.new      2009-07-31 10:24:00.000000000 +0200
3 @@ -1179,8 +1179,6 @@
4      fullInstallName = installDir + "/bin/" + name
5  
6      allBinaries += [ name ]
7 -    if solaris or linux:
8 -        e.AddPostAction( inst, e.Action( 'strip ' + fullInstallName ) )
9  
10      if linux and len( COMMAND_LINE_TARGETS ) == 1 and str( COMMAND_LINE_TARGETS[0] ) == "s3dist":
11          e.AddPostAction( inst , checkGlibc )