diff options
Diffstat (limited to 'dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch')
-rw-r--r-- | dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch b/dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch deleted file mode 100644 index 5795c7e48925..000000000000 --- a/dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 ) |