The branch, master has been updated
via 0d33b0b... Remove pythonmods from the build in source3, it doesn't
build anyway and isn't needed (as far as I can tell). Jeremy.
from c79e2ff... Fix the pam_smbpass.so build with the recent linker flag
changes. Jeremy.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 0d33b0bfca668ef573499a3c2904f1fb071ec7b9
Author: Jeremy Allison <[email protected]>
Date: Tue Oct 20 13:28:05 2009 -0700
Remove pythonmods from the build in source3, it doesn't build anyway
and isn't needed (as far as I can tell).
Jeremy.
-----------------------------------------------------------------------
Summary of changes:
source3/samba4.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/samba4.mk b/source3/samba4.mk
index c988012..7e8687d 100644
--- a/source3/samba4.mk
+++ b/source3/samba4.mk
@@ -167,7 +167,7 @@ modules:: $(PLUGINS)
pythonmods:: $(PYTHON_PYS) $(PYTHON_SO)
-all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4
bin/smbclient4 pythonmods setup plugins
+all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4
bin/smbclient4 setup plugins
torture:: bin/smbtorture4
everything:: $(patsubst %,%4,$(BINARIES))
setup:
--
Samba Shared Repository