mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
libnetapi: fix dependency problem by linking libnetapi statically (internally)
This is a workaround until we have isolated enough internal libraries as shared libraries. Michael
This commit is contained in:
parent
563b837b76
commit
8a87e40270
@ -4728,6 +4728,13 @@ AC_ARG_WITH([static-libs],
|
||||
done], [])],
|
||||
[])
|
||||
|
||||
#
|
||||
# WORKAROUND:
|
||||
# until we have organized other internal subsystems (as util, registrt
|
||||
# and smbconf) into shared libraries, we CAN NOT link libnetapi
|
||||
# dynamically to samba programs.
|
||||
#
|
||||
LINK_LIBNETAPI=STATIC
|
||||
|
||||
SMB_LIBRARY(talloc)
|
||||
SMB_LIBRARY(tdb)
|
||||
|
Loading…
Reference in New Issue
Block a user