glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <[email protected]>
PKG_NAME:=luaposix
PKG_VERSION:=36.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
CATEGORY:=Languages
TITLE:=POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3
URL:=https://github.com/luaposix/luaposix
- DEPENDS:=+lua +lua-bit32
+ DEPENDS:= +USE_GLIBC:libcrypt-compat +lua +lua-bit32
endef
define Package/luaposix/description