diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-11-06 15:44:45 +1300 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-11-13 08:42:30 +0000 |
commit | dc5788056bcbccdc320aeaad4f35f726632a91a4 (patch) | |
tree | 41b5d575804e0a8672953f20408780d4354f6d8b /source3/wscript_build | |
parent | 01bb7cff023719705d7442ae497c52a3f797edf4 (diff) | |
download | samba-dc5788056bcbccdc320aeaad4f35f726632a91a4.tar.gz |
build: Only link against libcrypt where needed
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index fb7c04cce13..54982a92954 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -916,6 +916,7 @@ bld.SAMBA3_SUBSYSTEM('PLAINTEXT_AUTH', auth/pass_check.c ''', deps=''' + crypt pam PAM_ERRORS ''') |