aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-16 07:43:20 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-16 07:43:20 +0000
commitb627c54813183491b9ae664bc92daa6c1c4b1859 (patch)
treed2e548b17d03f06b8b36c7fbe117494dfaf9df3d /loginutils
parent6b3f7570534c3356d1494322b7237936cf42622a (diff)
downloadbusybox-w32-b627c54813183491b9ae664bc92daa6c1c4b1859.tar.gz
busybox-w32-b627c54813183491b9ae664bc92daa6c1c4b1859.tar.bz2
busybox-w32-b627c54813183491b9ae664bc92daa6c1c4b1859.zip
Using vlock also requires libcrypt
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Makefile.in1
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)
39needcrypt-y:= 39needcrypt-y:=
40needcrypt-$(CONFIG_LOGIN) := y 40needcrypt-$(CONFIG_LOGIN) := y
41needcrypt-$(CONFIG_SU) := y 41needcrypt-$(CONFIG_SU) := y
42needcrypt-$(CONFIG_VLOCK) := y
42 43
43ifeq ($(needcrypt-y),y) 44ifeq ($(needcrypt-y),y)
44 LIBRARIES += -lcrypt 45 LIBRARIES += -lcrypt