build: add missing crypt dependency for auth4_unix
commit93b9fc3da86a09be8244859ee62063b75e002b23
authorAmitay Isaacs <amitay@gmail.com>
Fri, 15 Nov 2019 02:38:43 +0000 (15 13:38 +1100)
committerAmitay Isaacs <amitay@samba.org>
Tue, 19 Nov 2019 04:47:47 +0000 (19 04:47 +0000)
treed0faf1b819452c2b2ab5e52a9c29b443cbf6aabe
parentd6fbfb276ce89ad40f47784300fb99cee9d4aac9
build: add missing crypt dependency for auth4_unix

Commit dc5788056bc removed crypt library from replace.  This breaks the
build on fedora 30 ppc64.

  [2439/3956] Linking bin/default/source4/auth/ntlm/libauth4-samba4.so
  /usr/bin/ld: source4/auth/ntlm/auth_unix.c.5.o: in function `password_check':
  auth_unix.c:(.text+0x7e0): undefined reference to `crypt'

crypt library is required to build ntlm auth_unix.c.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Tue Nov 19 04:47:47 UTC 2019 on sn-devel-184
source4/auth/ntlm/wscript_build