$OpenBSD: patch-source3_wscript,v 1.4 2016/11/09 15:59:37 jca Exp $

- use more generic check for OpenBSD.

--- source3/wscript.orig	Mon Sep 12 18:42:39 2016
+++ source3/wscript	Mon Sep 12 18:42:39 2016
@@ -90,7 +90,7 @@ def configure(conf):
         conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
         conf.env.developer = True
 
-    if sys.platform != 'openbsd5':
+    if not sys.platform.startswith('openbsd'):
         conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
 
     # We crash without vfs_default
