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

Stefan Metzmacher metze at samba.org
Fri Mar 28 14:18:50 GMT 2008


The branch, v3-2-test has been updated
       via  fcb497951a86551ce9c4be7b352335dad3be127a (commit)
      from  7714f9232110b2ee50e6ba8371f0bc23b83717a6 (commit)

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


- Log -----------------------------------------------------------------
commit fcb497951a86551ce9c4be7b352335dad3be127a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Mar 28 07:56:20 2008 +0100

    libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
    
    This should fix the build on solaris.
    Later this needs better fixing...
    
    metze
    (cherry picked from commit 89b7955733c34e9699a3b43ee54de92cb9469b90)

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

Summary of changes:
 source/lib/replace/samba.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4
index e62c3d3..7984ef3 100644
--- a/source/lib/replace/samba.m4
+++ b/source/lib/replace/samba.m4
@@ -23,7 +23,7 @@ done
 
 SMB_SUBSYSTEM(LIBREPLACE,
 	[${LIBREPLACE_OBJS}],
-	[LIBREPLACE_EXT],
+	[LIBREPLACE_EXT LIBREPLACE_NETWORK],
 	[-Ilib/replace])
 
 LIBREPLACE_HOSTCC_OBJS=`echo ${LIBREPLACE_OBJS} |sed -e 's/\.o/\.ho/g'`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list