Using vlock also requires libcrypt

This commit is contained in:
Eric Andersen 2003-12-16 07:43:20 +00:00
parent 6b3f757053
commit b627c54813

View 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