mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: Fix libtalloc so version
This commit is contained in:
parent
bb1f56a814
commit
a28b499e80
@ -4753,7 +4753,7 @@ if test "x$enable_external_libtalloc" = xno
|
||||
then
|
||||
m4_include(../lib/talloc/libtalloc.m4)
|
||||
LINK_LIBTALLOC=STATIC
|
||||
SMB_LIBRARY(talloc, 1)
|
||||
SMB_LIBRARY(talloc, 2)
|
||||
LIBTALLOC_OBJ0=""
|
||||
for obj in ${TALLOC_OBJ}; do
|
||||
LIBTALLOC_OBJ0="${LIBTALLOC_OBJ0} ${tallocdir}/${obj}"
|
||||
|
Loading…
Reference in New Issue
Block a user