The branch, master has been updated via ea510ae build: openbsd plateform is openbsd4 via 05e0f75 build: hpux didn't support -Bdynamic from 12e49a7 Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit ea510ae16cc7103bb001469b644415b2867ff347 Author: Matthieu Patou <m...@matws.net> Date: Wed Dec 15 12:06:53 2010 +0300 build: openbsd plateform is openbsd4 Autobuild-User: Matthieu Patou <m...@samba.org> Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104 commit 05e0f75c741e9483ddb3fe16f3c77ff87185e4b3 Author: Matthieu Patou <m...@matws.net> Date: Wed Dec 15 11:33:02 2010 +0300 build: hpux didn't support -Bdynamic ----------------------------------------------------------------------- Summary of changes: buildtools/wafsamba/hpuxcc.py | 2 +- source4/lib/ldb/wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/buildtools/wafsamba/hpuxcc.py b/buildtools/wafsamba/hpuxcc.py index abdf2a8..c263556 100644 --- a/buildtools/wafsamba/hpuxcc.py +++ b/buildtools/wafsamba/hpuxcc.py @@ -26,7 +26,7 @@ def gcc_modifier_hpux(conf): v['RPATH_ST']='-Wl,-rpath,%s' v['CCDEFINES_ST']='-D%s' v['SONAME_ST']='-Wl,-h,%s' - v['SHLIB_MARKER']=['-Wl,-Bdynamic'] + v['SHLIB_MARKER']=[] # v['STATICLIB_MARKER']='-Wl,-Bstatic' v['FULLSTATIC_MARKER']='-static' v['program_PATTERN']='%s' diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index eb205e0..278bc7e 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() -- Samba Shared Repository