passwd and sulogin also need libcrypt, via libbb/pw_encrypt()
authorEric Andersen <andersen@codepoet.org>
Sat, 27 Mar 2004 10:08:53 +0000 (10:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 27 Mar 2004 10:08:53 +0000 (10:08 -0000)
loginutils/Makefile.in

index 87c0a5c4e671233eae0f566269a3ddcdf4e715c0..d6ffd3b6c111fb8bd3a613c95f26a44c408370a1 100644 (file)
@@ -37,9 +37,12 @@ LOGINUTILS-$(CONFIG_DELGROUP)        += delgroup.o
 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