[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-820-g8a87e40

Michael Adam obnox at samba.org
Sat Apr 12 00:25:03 GMT 2008


The branch, v3-2-test has been updated
       via  8a87e402701494ba1c9d56a9febe3e5c25dc2bf7 (commit)
      from  563b837b76e3a6086051fc56e0522b841939d37f (commit)

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


- Log -----------------------------------------------------------------
commit 8a87e402701494ba1c9d56a9febe3e5c25dc2bf7
Author: Michael Adam <obnox at samba.org>
Date:   Sat Apr 12 00:12:25 2008 +0200

    libnetapi: fix dependency problem by linking libnetapi statically (internally)
    
    This is a workaround until we have isolated enough internal libraries
    as shared libraries.
    
    Michael

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

Summary of changes:
 source/configure.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index ce3fcc9..5f16d69 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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list