mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
vsftpd: fix compilation with glibc
Fix compilation for glibc by removing -lnsl flag Reported-by: Ian Cooper <iancooper@hotmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
@@ -52,6 +52,8 @@ Package/vsftpd-tls/conffiles=$(Package/vsftpd/conffiles)
|
||||
|
||||
ifneq ($(CONFIG_USE_MUSL),)
|
||||
NLSSTRING:=-lcrypt
|
||||
else ifneq ($(CONFIG_USE_GLIBC),)
|
||||
NLSSTRING:=-lcrypt
|
||||
else
|
||||
NLSSTRING:=-lcrypt -lnsl
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user