vsftpd-alt: fix compilation with glibc

Fixes: #9987
This commit is contained in:
AmadeusGhost 2022-08-18 23:21:29 +08:00
parent 2c2ebde06c
commit 8b7bdd4f51

View File

@ -48,6 +48,8 @@ endef
ifneq ($(CONFIG_USE_MUSL),) ifneq ($(CONFIG_USE_MUSL),)
NLSSTRING:=-lcrypt NLSSTRING:=-lcrypt
else ifneq ($(CONFIG_USE_GLIBC),)
NLSSTRING:=-lcrypt
else else
NLSSTRING:=-lcrypt -lnsl NLSSTRING:=-lcrypt -lnsl
endif endif