svn commit: samba r7935 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Sun Jun 26 23:21:26 GMT 2005


Author: abartlet
Date: 2005-06-26 23:21:25 +0000 (Sun, 26 Jun 2005)
New Revision: 7935

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7935

Log:
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

Modified:
   branches/SAMBA_4_0/source/auth/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/auth/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/config.mk	2005-06-26 22:33:50 UTC (rev 7934)
+++ branches/SAMBA_4_0/source/auth/config.mk	2005-06-26 23:21:25 UTC (rev 7935)
@@ -65,7 +65,7 @@
 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
 #######################
 



More information about the samba-cvs mailing list