summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-04 08:47:03 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-04 02:36:55 +0200
commit01106230ddc8da90e2ff2667dd3702e3c110f720 (patch)
tree15fdc40f55c9596f4b25e5abc51e9c84915f6ad5 /lib
parentaea996dba6d99d75b508628118c268f8f0619191 (diff)
downloadsamba-01106230ddc8da90e2ff2667dd3702e3c110f720.tar.gz
samba-01106230ddc8da90e2ff2667dd3702e3c110f720.tar.bz2
samba-01106230ddc8da90e2ff2667dd3702e3c110f720.zip
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')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index b998677cc1..a5a4486dc9 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',