[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Wed May 5 13:39:31 MDT 2010


The branch, master has been updated
       via  67fb18a... s4-ldb: check for ldap_initialize
      from  1969b4a... s3:configure: not simply check for "ld" but for the linker used by $CC

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 67fb18adb072199d74c3a4b6caa6028be6b0f11e
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed May 5 16:27:52 2010 +0200

    s4-ldb: check for ldap_initialize
    
    HPUX 11.0 has a ldap library that doesn't have ldap_initialize

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 17f6d6b..b135034 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -46,7 +46,7 @@ def configure(conf):
                                          implied_deps='replace talloc tdb tevent'):
                 conf.define('USING_SYSTEM_LDB', 1)
         # we need this for the ldap backend
-        if conf.CHECK_FUNCS_IN('ber_flush ldap_open', 'lber ldap', headers='lber.h ldap.h'):
+        if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
             conf.env.ENABLE_LDAP_BACKEND = True
 
     conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list