[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1002-g74f805f

Michael Adam obnox at samba.org
Fri May 15 21:49:50 GMT 2009


The branch, v3-4-test has been updated
       via  74f805fbb654b58372b0c86f3314abfd9c76dbbe (commit)
      from  65e81e93122014a528a096cea9158cf2aceb0bbb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 74f805fbb654b58372b0c86f3314abfd9c76dbbe
Author: Michael Adam <obnox at samba.org>
Date:   Fri May 15 23:35:55 2009 +0200

    s3:build: fix linking with --disable-shared-libs
    
    Michael
    (cherry picked from commit f5c96e54c633717ffe1a967f4ab9fdede31fa749)

-----------------------------------------------------------------------

Summary of changes:
 source3/m4/aclocal.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index 386829d..dcf9076 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/m4/aclocal.m4
@@ -151,6 +151,7 @@ if eval test x"$build_lib" = "xyes" ; then
 	else
 		enable_static=yes
 		LIBUC[_TARGET]=$LIBUC[_STATIC_TARGET]
+		LIBUC[_LIBS]=$LIBUC[_STATIC_TARGET]
 		AC_MSG_RESULT(no shared library support -- will supply static library)
 	fi
 else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list