diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-16 07:43:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-16 07:43:20 +0000 |
commit | b627c54813183491b9ae664bc92daa6c1c4b1859 (patch) | |
tree | d2e548b17d03f06b8b36c7fbe117494dfaf9df3d /loginutils | |
parent | 6b3f7570534c3356d1494322b7237936cf42622a (diff) | |
download | busybox-b627c54813183491b9ae664bc92daa6c1c4b1859.tar.gz |
Using vlock also requires libcrypt
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loginutils/Makefile.in b/loginutils/Makefile.in index 31ce8bd91..160051094 100644 --- a/loginutils/Makefile.in +++ b/loginutils/Makefile.in @@ -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 |