diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-09-06 07:39:09 +1200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-09-17 13:48:18 +0000 |
commit | 16eb80058ca4a34df96388c26736590247b6a3f4 (patch) | |
tree | 30ba369116baa763da7bb72a00976f11b9d8986c /lib/replace | |
parent | 5a80f399b51221fb0b8661f30d940ca24e1ce627 (diff) | |
download | samba-16eb80058ca4a34df96388c26736590247b6a3f4.tar.gz |
build: Remove tests for getdents() and getdirentries()
These date back to 3a9beef2b7b25427ee4611cfc375e05cc82a1150 in 2003 and
829e72fe9c97feaa3d45b768984a4c47b906a23a in 1998 and appear to be related
to smbwrapper.
More of these should be removed but the getdirents() test caused a timeout
on an ARM builder in Debian. It might just be a fluke but the tests are
pointless regardless.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Sep 17 13:48:18 UTC 2019 on sn-devel-184
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 e7159c067c5..cdfe9435d84 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -422,7 +422,7 @@ def configure(conf): define = 'HAVE_BSD_STRTOLL', ) conf.CHECK_FUNCS('if_nametoindex strerror_r') - conf.CHECK_FUNCS('getdirentries getdents syslog') + conf.CHECK_FUNCS('syslog') conf.CHECK_FUNCS('gai_strerror get_current_dir_name') conf.CHECK_FUNCS('timegm getifaddrs freeifaddrs mmap setgroups syscall setsid') conf.CHECK_FUNCS('getgrent_r getgrgid_r getgrnam_r getgrouplist getpagesize') |