From: Michael Adam Date: Fri, 11 Apr 2008 22:12:25 +0000 (+0200) Subject: libnetapi: fix dependency problem by linking libnetapi statically (internally) X-Git-Tag: samba-3.3.0pre1~2738^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a87e402701494ba1c9d56a9febe3e5c25dc2bf7;p=thirdparty%2Fsamba.git libnetapi: fix dependency problem by linking libnetapi statically (internally) This is a workaround until we have isolated enough internal libraries as shared libraries. Michael --- diff --git a/source/configure.in b/source/configure.in index ce3fcc90e2b..5f16d699ac4 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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)