projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3f757
)
Using vlock also requires libcrypt
author
Eric Andersen
<andersen@codepoet.org>
Tue, 16 Dec 2003 07:43:20 +0000
(07:43 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 16 Dec 2003 07:43:20 +0000
(07:43 -0000)
loginutils/Makefile.in
patch
|
blob
|
history
diff --git
a/loginutils/Makefile.in
b/loginutils/Makefile.in
index 31ce8bd915a7068245d9cd841a4a10390310a376..160051094687917a4bde0430cf41d2d2003fbb35 100644
(file)
--- 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