summaryrefslogtreecommitdiff
path: root/third_party/nss_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nss_wrapper')
-rw-r--r--third_party/nss_wrapper/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nss_wrapper/wscript b/third_party/nss_wrapper/wscript
index fb9710636c4..68e301cb1ad 100644
--- a/third_party/nss_wrapper/wscript
+++ b/third_party/nss_wrapper/wscript
@@ -32,6 +32,7 @@ def configure(conf):
conf.CHECK_FUNCS('__posix_getpwnam_r __posix_getpwuid_r')
conf.CHECK_FUNCS('__posix_getgrgid_r __posix_getgrnam_r')
+ conf.CHECK_LIB('nsl socket')
conf.CHECK_FUNCS_IN('gethostname',
'nsl',
checklibc=True,