The branch, master has been updated
       via  0110623 libreplace: Ensure we link xattr.c on MacOS
      from  aea996d s3:libsmb: get rid of 
cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send

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


- Log -----------------------------------------------------------------
commit 01106230ddc8da90e2ff2667dd3702e3c110f720
Author: Andrew Bartlett <[email protected]>
Date:   Mon Jun 4 08:47:03 2012 +1000

    libreplace: Ensure we link xattr.c on MacOS
    
    Autobuild-User: Andrew Bartlett <[email protected]>
    Autobuild-Date: Mon Jun  4 02:36:55 CEST 2012 on sn-devel-104

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

Summary of changes:
 lib/replace/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/wscript b/lib/replace/wscript
index b998677..a5a4486 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -518,7 +518,7 @@ def build(bld):
     if not bld.CONFIG_SET('HAVE_INET_ATON'):     REPLACE_SOURCE += ' 
inet_aton.c'
     if not bld.CONFIG_SET('HAVE_INET_NTOP'):     REPLACE_SOURCE += ' 
inet_ntop.c'
     if not bld.CONFIG_SET('HAVE_INET_PTON'):     REPLACE_SOURCE += ' 
inet_pton.c'
-    if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADD_OPT'):
+    if not bld.CONFIG_SET('HAVE_GETXATTR') or 
bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):
                                                  REPLACE_SOURCE += ' xattr.c'
 
     bld.SAMBA_LIBRARY('replace',


-- 
Samba Shared Repository

Reply via email to