build: openbsd plateform is openbsd4
authorMatthieu Patou <mat@matws.net>
Wed, 15 Dec 2010 09:06:53 +0000 (12:06 +0300)
committerMatthieu Patou <mat@samba.org>
Wed, 15 Dec 2010 09:55:08 +0000 (10:55 +0100)
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104

source4/lib/ldb/wscript

index eb205e014559bfd73bf507c1c0cc7007d8c94573..278bc7edc35c842e5903534f0ebd9697d8b2c338 100644 (file)
@@ -62,7 +62,7 @@ def configure(conf):
 
     # we don't want any libraries or modules to rely on runtime
     # resolution of symbols
-    if sys.platform != "openbsd":
+    if sys.platform != "openbsd4":
         conf.ADD_LDFLAGS('-Wl,-no-undefined', testflags=True)
 
     conf.SAMBA_CONFIG_H()