mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r26569: 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 :-(((
This commit is contained in:
parent
1d624c8b88
commit
c1dd0af164
@ -128,6 +128,7 @@ PRIVATE_DEPENDENCIES = \
|
||||
[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)
|
||||
|
Loading…
Reference in New Issue
Block a user