mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
parent
2c2ebde06c
commit
8b7bdd4f51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user