mirror of
https://github.com/samba-team/samba.git
synced 2025-08-15 13:49:28 +03:00
s4:build: require ldb 0.9.3 when building against an external library
metze
This commit is contained in:
@ -71,7 +71,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
|
||||
|
||||
SMB_INCLUDE_MK(../lib/tevent/python.mk)
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.1,
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.3,
|
||||
[
|
||||
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)
|
||||
SMB_INCLUDE_MK(lib/ldb/tools/config.mk)
|
||||
|
@ -66,7 +66,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
|
||||
|
||||
SMB_INCLUDE_MK(../lib/tevent/python.mk)
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.1,
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.3,
|
||||
[
|
||||
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)
|
||||
SMB_INCLUDE_MK(lib/ldb/tools/config.mk)
|
||||
|
Reference in New Issue
Block a user