[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Dec 21 17:26:01 MST 2009


The branch, master has been updated
       via  2a9c227... param: Fix build on systems without ldb installed.
      from  5b9e98a... provision/pyldb: Avoid linking in static python ldb module.

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


- Log -----------------------------------------------------------------
commit 2a9c22798d829d80f5735899e9a178c3fdfdbd1f
Author: Jelmer Vernooij <jelmer at ganieda.vernstok.nl>
Date:   Tue Dec 22 01:24:58 2009 +0100

    param: Fix build on systems without ldb installed.

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

Summary of changes:
 source4/param/config.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/param/config.mk b/source4/param/config.mk
index 02bbdd5..a5bcea6 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -13,7 +13,7 @@ PUBLIC_HEADERS += param/param.h
 PC_FILES += $(paramsrcdir)/samba-hostconfig.pc
 
 [SUBSYSTEM::PROVISION]
-PRIVATE_DEPENDENCIES = LIBPYTHON pyparam_util
+PRIVATE_DEPENDENCIES = LIBPYTHON pyparam_util LIBLDB
 
 PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o $(param_OBJ_FILES)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list