Using vlock also requires libcrypt

1_00_stable_10817
Eric Andersen 2003-12-16 07:43:20 +00:00
parent 6b3f757053
commit b627c54813
1 changed files with 1 additions and 0 deletions

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