diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-26 23:21:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:52 -0500 |
commit | 14b0722edf38872ba258c27e27094536ecb93d4f (patch) | |
tree | fbd664526e36e6a35bdf7b9e6533d889fc31d582 | |
parent | b30d59c3bfb8cd72ef706417bb9c95e0d1e9e54c (diff) | |
download | samba-14b0722edf38872ba258c27e27094536ecb93d4f.tar.gz samba-14b0722edf38872ba258c27e27094536ecb93d4f.tar.bz2 samba-14b0722edf38872ba258c27e27094536ecb93d4f.zip |
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)
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ####################### |