[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1893-ge616a9a

Jelmer Vernooij jelmer at samba.org
Wed May 28 02:13:50 GMT 2008


The branch, v4-0-test has been updated
       via  e616a9a1e55aa2265fd2fb4cd2dd0c3490158383 (commit)
      from  ea550711c5949f11f9d2ad41ff96b56644f06547 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 28 04:11:40 2008 +0200

    Fix dependency on swig ldb module.

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

Summary of changes:
 source/build/smb_build/input.pm |    1 -
 source/param/config.mk          |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/input.pm b/source/build/smb_build/input.pm
index a76da49..53a051a 100644
--- a/source/build/smb_build/input.pm
+++ b/source/build/smb_build/input.pm
@@ -84,7 +84,6 @@ sub check_module($$$)
 
 	return if ($mod->{ENABLE} ne "YES");
 
-
 	if (exists($INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE})) {
 		$mod->{INIT_FUNCTION_TYPE} = $INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE};
 	} else {
diff --git a/source/param/config.mk b/source/param/config.mk
index c169ce1..6af9dab 100644
--- a/source/param/config.mk
+++ b/source/param/config.mk
@@ -13,7 +13,7 @@ PUBLIC_HEADERS += param/param.h
 PC_FILES += $(paramsrcdir)/samba-hostconfig.pc
 
 [SUBSYSTEM::PROVISION]
-PRIVATE_DEPENDENCIES = LIBPYTHON
+PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb
 
 PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list