[SCM] Samba Shared Repository - branch master updated - 4b2bdfec785bc6bebc370320c9aee9128510ba92

Jelmer Vernooij jelmer at samba.org
Mon Dec 22 21:26:21 GMT 2008


The branch, master has been updated
       via  4b2bdfec785bc6bebc370320c9aee9128510ba92 (commit)
      from  99e637175c0dee050b9c39c124ab1fab8ad7976d (commit)

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


- Log -----------------------------------------------------------------
commit 4b2bdfec785bc6bebc370320c9aee9128510ba92
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Dec 22 22:08:01 2008 +0100

    Fix build of the Python bindings now that SWIG is gone.

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

Summary of changes:
 source4/lib/ldb/ldb.mk |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/ldb.mk b/source4/lib/ldb/ldb.mk
index 9d94434..66cdea1 100644
--- a/source4/lib/ldb/ldb.mk
+++ b/source4/lib/ldb/ldb.mk
@@ -64,11 +64,11 @@ examples/ldifreader: examples/ldifreader.o
 # Python bindings
 build-python:: ldb.$(SHLIBEXT)
 
-ldb_wrap.o: $(ldbdir)/ldb_wrap.c
-	$(CC) $(PICFLAG) -c $(ldbdir)/ldb_wrap.c $(CFLAGS) `$(PYTHON_CONFIG) --cflags`
+pyldb.o: $(ldbdir)/pyldb.c
+	$(CC) $(PICFLAG) -c $(ldbdir)/pyldb.c $(CFLAGS) `$(PYTHON_CONFIG) --cflags`
 	
-ldb.$(SHLIBEXT): ldb_wrap.o
-	$(SHLD) $(SHLD_FLAGS) -o ldb.$(SHLIBEXT) ldb_wrap.o $(LIB_FLAGS) `$(PYTHON_CONFIG) --ldflags`
+ldb.$(SHLIBEXT): pyldb.o
+	$(SHLD) $(SHLD_FLAGS) -o ldb.$(SHLIBEXT) pyldb.o $(LIB_FLAGS) `$(PYTHON_CONFIG) --ldflags`
 
 install-python:: build-python
 	mkdir -p $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='$(prefix)')"`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list