From 8b7bdd4f517c05d51af3c1c95768a700ba6a91b5 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:21:29 +0800 Subject: [PATCH] vsftpd-alt: fix compilation with glibc Fixes: #9987 --- package/lean/vsftpd-alt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/lean/vsftpd-alt/Makefile b/package/lean/vsftpd-alt/Makefile index dd3a356d4..db88e30c5 100644 --- a/package/lean/vsftpd-alt/Makefile +++ b/package/lean/vsftpd-alt/Makefile @@ -48,6 +48,8 @@ endef ifneq ($(CONFIG_USE_MUSL),) NLSSTRING:=-lcrypt +else ifneq ($(CONFIG_USE_GLIBC),) + NLSSTRING:=-lcrypt else NLSSTRING:=-lcrypt -lnsl endif