blob: 2fc55239c3aca6c91054e2a7617e0875766247f6 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001--- a/lib/replace/wscript 2015-11-18 15:40:19.000000000 +0100
2+++ b/lib/replace/wscript 2015-11-18 15:48:09.000000000 +0100
3@@ -618,8 +618,6 @@
4 if not bld.CONFIG_SET('HAVE_INET_ATON'): REPLACE_SOURCE += ' inet_aton.c'
5 if not bld.CONFIG_SET('HAVE_INET_NTOP'): REPLACE_SOURCE += ' inet_ntop.c'
6 if not bld.CONFIG_SET('HAVE_INET_PTON'): REPLACE_SOURCE += ' inet_pton.c'
7- if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):
8- REPLACE_SOURCE += ' xattr.c'
9
10 bld.SAMBA_LIBRARY('replace',
11 source=REPLACE_SOURCE,
12@@ -630,7 +628,7 @@
13 # at the moment:
14 # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
15 private_library=True,
16- deps='crypt dl nsl socket rt attr' + extra_libs)
17+ deps='crypt dl nsl socket rt ' + extra_libs)
18
19 bld.SAMBA_SUBSYSTEM('replace-test',
20 source='''test/testsuite.c test/strptime.c