svn commit: samba r26569 - in branches/SAMBA_4_0/source/lib/ldb: .

vlendec at samba.org vlendec at samba.org
Sun Dec 23 16:05:05 GMT 2007


Author: vlendec
Date: 2007-12-23 16:05:05 +0000 (Sun, 23 Dec 2007)
New Revision: 26569

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26569

Log:
Jelmer tells me that ldb must inevitably be build as a shared library,
otherwise it will break.

Sorry for breaking Samba4.

I will have to look how we can fix Samba3 :-(((


Modified:
   branches/SAMBA_4_0/source/lib/ldb/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-12-23 15:57:58 UTC (rev 26568)
+++ branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-12-23 16:05:05 UTC (rev 26569)
@@ -128,6 +128,7 @@
 [LIBRARY::LIBLDB]
 VERSION = 0.0.1
 SO_VERSION = 0
+OUTPUT_TYPE = SHARED_LIBRARY
 CFLAGS = -Ilib/ldb/include
 DESCRIPTION = LDAP-like embedded database library
 INIT_FUNCTION_TYPE = int (*) (void)



More information about the samba-cvs mailing list