Skip to content

Commit

Permalink
vsftpd-alt: fix compilation with glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamadeus committed Aug 23, 2022
1 parent 2c2ebde commit 8b7bdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/lean/vsftpd-alt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ endef

ifneq ($(CONFIG_USE_MUSL),)
NLSSTRING:=-lcrypt
else ifneq ($(CONFIG_USE_GLIBC),)
NLSSTRING:=-lcrypt
else
NLSSTRING:=-lcrypt -lnsl
endif
Expand Down

0 comments on commit 8b7bdd4

Please sign in to comment.