[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2198-g4321d5a

Michael Adam ma at sernet.de
Wed Feb 13 14:44:07 GMT 2008


Jerry, FYI:

after having started a general mechanism to link internal
libraries dynamically, I have dropped the --enable-libwbclient-shared
option from configure. Its functionality has been replaced by
adding libwbclient to the list given to "--with-static-libs".

Cheers, Michael

Michael Adam wrote:
> The branch, v3-2-test has been updated
>        via  4321d5aba7ec808aee473c1123027f14bfa19f19 (commit)
>       from  198768a83242cca3f03d839598200d794bb11606 (commit)
> 
> http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test
> 
> 
> - Log -----------------------------------------------------------------
> commit 4321d5aba7ec808aee473c1123027f14bfa19f19
> Author: Michael Adam <obnox at samba.org>
> Date:   Wed Feb 13 14:53:34 2008 +0100
> 
>     Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.
>     
>     Use the more general mechanism.
>     The enable_developer-check is preserved, of course.
>     
>     Michael
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  source/configure.in |   12 +++++-------
>  1 files changed, 5 insertions(+), 7 deletions(-)
> 
> 
> Changeset truncated at 500 lines:
> 
> diff --git a/source/configure.in b/source/configure.in
> index a22979e..9b3f5b9 100644
> --- a/source/configure.in
> +++ b/source/configure.in
> @@ -6272,13 +6272,11 @@ if test x"$HAVE_WINBIND" = x"no"; then
>  	WINBIND_WINS_NSS=""
>  fi
>  
> -BUILD_LIBWBCLIENT_SHARED=yes
> -
> -AC_ARG_ENABLE(libwbclient-shared,
> -[AS_HELP_STRING([--enable-libwbclient-shared], [Build libwbclient as shared object (default=yes, \"no\" only for --enable-developer)])],
> -	[if eval "test x$enable_developer = xyes -a x$enable_libwbclient_shared = xno" ; then
> -		BUILD_LIBWBCLIENT_SHARED=no
> -	fi])
> +if test x"$enable_developer" = x"yes" -a x"$LINK_LIBWBCLIENT" = x"STATIC" ; then
> +	BUILD_LIBWBCLIENT_SHARED=no
> +else
> +	BUILD_LIBWBCLIENT_SHARED=yes
> +fi
>  
>  if test $BLDSHARED = true -a x"$HAVE_WINBIND" = x"yes" -a x"$BUILD_LIBWBCLIENT_SHARED" = x"yes"; then
>  	NSS_MODULES="${WINBIND_NSS} ${WINBIND_WINS_NSS}"
> 
> 
> -- 
> Samba Shared Repository

-- 

i.A. Michael Adam

-- 
Michael Adam <ma at sernet.de>
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 206 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20080213/0f9b135e/attachment.bin


More information about the samba-technical mailing list