[git commit] randomconfig fixes

Denys Vlasenko vda.linux at googlemail.com
Sat Dec 10 19:57:00 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=ac5d324540c5ec38c016848f2075b9f3e0560c11
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/Kbuild.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 7440974..e426f3c 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -142,7 +142,7 @@ lib-$(CONFIG_ADDUSER) += update_passwd.o
 lib-$(CONFIG_DELGROUP) += update_passwd.o
 lib-$(CONFIG_DELUSER) += update_passwd.o
 
-lib-$(CONFIG_FTPD) += correct_password.o
+lib-$(CONFIG_FTPD) += pw_encrypt.o correct_password.o
 lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o obscure.o
 lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
 lib-$(CONFIG_CRYPTPW) += pw_encrypt.o


More information about the busybox-cvs mailing list