mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-08 20:24:51 +00:00
ppp: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19293 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
eecc53cbe5
commit
ea6bcebc41
@ -55,14 +55,14 @@ endef
|
||||
|
||||
define Package/ppp
|
||||
$(call Package/ppp/Default)
|
||||
DEPENDS:=+kmod-ppp
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat +kmod-ppp
|
||||
TITLE:=PPP daemon
|
||||
VARIANT:=default
|
||||
endef
|
||||
|
||||
define Package/ppp-multilink
|
||||
$(call Package/ppp/Default)
|
||||
DEPENDS:=+kmod-ppp
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat +kmod-ppp
|
||||
TITLE:=PPP daemon (with multilink support)
|
||||
VARIANT:=multilink
|
||||
endef
|
||||
|
||||
Loading…
Reference in New Issue
Block a user