From ea510ae16cc7103bb001469b644415b2867ff347 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 15 Dec 2010 12:06:53 +0300 Subject: build: openbsd plateform is openbsd4 Autobuild-User: Matthieu Patou Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index eb205e0145..278bc7edc3 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -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() -- cgit