$OpenBSD: patch-src_mongo_SConscript,v 1.2 2014/09/16 17:28:07 jasper Exp $
--- src/mongo/SConscript.orig	Fri Aug  8 22:13:51 2014
+++ src/mongo/SConscript	Tue Sep 16 16:08:02 2014
@@ -1163,7 +1163,7 @@ def installBinary( e, name ):
     if enforce_glibc:
         e.AddPostAction( name, checkGlibc )
 
-    if (solaris or linux) and (not has_option("nostrip")):
+    if not has_option("nostrip"):
         name = e.Command('stripped/%s' % name, name, Copy('$TARGET', '$SOURCE'))[0]
         e.AddPostAction(name, 'strip $TARGET')
 
