From cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 26 Mar 2010 16:45:23 +1100 Subject: libreplace: add a replacement for strerror_r (needed on solaris8) --- lib/replace/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') diff --git a/lib/replace/wscript b/lib/replace/wscript index 8424319a1a..8e3d9912e4 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -114,7 +114,7 @@ def configure(conf): conf.CHECK_FUNCS('link readlink symlink realpath fdatasync snprintf vsnprintf') conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull') conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq') - conf.CHECK_FUNCS('if_nametoindex') + conf.CHECK_FUNCS('if_nametoindex strerror_r') conf.CHECK_FUNCS('dirfd getdirentries getdents syslog') conf.CHECK_FUNCS('gai_strerror get_current_dir_name') conf.CHECK_FUNCS('timegm getifaddrs freeifaddrs mmap setgroups setsid') -- cgit