diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-04 08:47:03 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-04 02:36:55 +0200 |
commit | 01106230ddc8da90e2ff2667dd3702e3c110f720 (patch) | |
tree | 15fdc40f55c9596f4b25e5abc51e9c84915f6ad5 /lib/replace | |
parent | aea996dba6d99d75b508628118c268f8f0619191 (diff) | |
download | samba-01106230ddc8da90e2ff2667dd3702e3c110f720.tar.gz |
libreplace: Ensure we link xattr.c on MacOS
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jun 4 02:36:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index b998677cc15..a5a4486dc91 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', |