diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-26 16:45:23 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:08 +1000 |
commit | cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449 (patch) | |
tree | 69818911006fb959b8a9bf3566ae34e0b9c39243 /lib | |
parent | 63f20e696e07c1d81f3b449505e6a0190dbcebc7 (diff) | |
download | samba-cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449.tar.gz samba-cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449.tar.bz2 samba-cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449.zip |
libreplace: add a replacement for strerror_r (needed on solaris8)
Diffstat (limited to 'lib')
-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 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') |