mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24: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),)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user