Using vlock also requires libcrypt
authorEric Andersen <andersen@codepoet.org>
Tue, 16 Dec 2003 07:43:20 +0000 (07:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 16 Dec 2003 07:43:20 +0000 (07:43 -0000)
loginutils/Makefile.in

index 31ce8bd915a7068245d9cd841a4a10390310a376..160051094687917a4bde0430cf41d2d2003fbb35 100644 (file)
@@ -39,6 +39,7 @@ libraries-y+=$(LOGINUTILS_DIR)$(LOGINUTILS_AR)
 needcrypt-y:=
 needcrypt-$(CONFIG_LOGIN) := y
 needcrypt-$(CONFIG_SU)    := y
+needcrypt-$(CONFIG_VLOCK) := y
 
 ifeq ($(needcrypt-y),y)
   LIBRARIES += -lcrypt