[BusyBox-cvs] busybox/loginutils Makefile.in,1.7,1.8

Erik Andersen andersen at busybox.net
Sat Mar 27 10:08:56 UTC 2004


Update of /var/cvs/busybox/loginutils
In directory nail:/tmp/cvs-serv9097/loginutils

Modified Files:
	Makefile.in 
Log Message:
passwd and sulogin also need libcrypt, via libbb/pw_encrypt()


Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/loginutils/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/Makefile.in	15 Mar 2004 08:28:45 -0000	1.7
+++ b/Makefile.in	27 Mar 2004 10:08:53 -0000	1.8
@@ -37,9 +37,12 @@
 libraries-y+=$(LOGINUTILS_DIR)$(LOGINUTILS_AR)
 
 needcrypt-y:=
-needcrypt-$(CONFIG_LOGIN) := y
-needcrypt-$(CONFIG_SU)    := y
-needcrypt-$(CONFIG_VLOCK) := y
+needcrypt-$(CONFIG_LOGIN)	:= y
+needcrypt-$(CONFIG_PASSWD)	:= y
+needcrypt-$(CONFIG_SU)		:= y
+needcrypt-$(CONFIG_SULOGIN)	:= y
+needcrypt-$(CONFIG_VLOCK)	:= y
+
 
 ifeq ($(needcrypt-y),y)
   LIBRARIES += -lcrypt




More information about the busybox-cvs mailing list