From 7d7b420ad13c1d6fc89569f1f0dc4df92d8e0c24 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 12 Apr 2008 00:12:25 +0200 Subject: 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 used to be commit 8a87e402701494ba1c9d56a9febe3e5c25dc2bf7) --- source3/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index ce3fcc90e2..5f16d699ac 100644 --- a/source3/configure.in +++ b/source3/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) -- cgit