diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-15 12:06:53 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-15 10:55:08 +0100 |
commit | ea510ae16cc7103bb001469b644415b2867ff347 (patch) | |
tree | 2204d1f36614372fbdc90416bdc22b421c2bfbe8 | |
parent | 05e0f75c741e9483ddb3fe16f3c77ff87185e4b3 (diff) | |
download | samba-ea510ae16cc7103bb001469b644415b2867ff347.tar.gz samba-ea510ae16cc7103bb001469b644415b2867ff347.tar.xz samba-ea510ae16cc7103bb001469b644415b2867ff347.zip |
build: openbsd plateform is openbsd4
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index eb205e01455..278bc7edc35 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() |