[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1703-ge3b5e28

Volker Lendecke vlendec at samba.org
Wed May 20 06:59:41 GMT 2009


The branch, master has been updated
       via  e3b5e286d062fe2e82ea0ac4820bd036f3882db9 (commit)
      from  8811aa1376b44e1d43c4e428ed0c8d3d405c88fa (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e3b5e286d062fe2e82ea0ac4820bd036f3882db9
Author: Volker Lendecke <vl at samba.org>
Date:   Wed May 20 08:58:13 2009 +0200

    Do not do a merged build without shared libs
    
    Jelmer, you might want to take a look at Andrew B's problem with
    
    --enable-developer --disable-shared --disable-shared-libs

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index e505253..44374b9 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1804,6 +1804,7 @@ if test x"$BLDSHARED" != x"true"; then
 	SHLD="shared-libraries-disabled"
 	PICFLAG="${PIE_CFLAGS}"
 	SHLIBEXT="shared_libraries_disabled"
+	merged_build_possible=no
 fi
 
 AC_MSG_CHECKING([used PICFLAG])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list