From 14b0722edf38872ba258c27e27094536ecb93d4f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 26 Jun 2005 23:21:25 +0000 Subject: r7935: auth_unix now uses crypt(), so depend on -lcrypt. This builds on the work tridge did to make -lcrypt conditional, rather than globally linked. This was needed for Heimdal stuff, but then I 'fixed' heimdal, and we now reintroduce it here. Andrew Bartlett (This used to be commit 83d9d8f4827280a68dfd07beccf2924c9e0825b0) --- source4/auth/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index ccf310f07b..37c6ddc931 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -65,7 +65,7 @@ SUBSYSTEM = AUTH INIT_OBJ_FILES = \ auth/auth_unix.o REQUIRED_SUBSYSTEMS = \ - EXT_LIB_PAM PAM_ERRORS + EXT_LIB_CRYPT EXT_LIB_PAM PAM_ERRORS # End MODULE auth_developer ####################### -- cgit