mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
opendoas: 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>
This commit is contained in:
committed by
Josef Schlehofer
parent
8fc26989f9
commit
98b7d426fc
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=opendoas
|
PKG_NAME:=opendoas
|
||||||
PKG_VERSION:=6.8.2
|
PKG_VERSION:=6.8.2
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/Duncaen/OpenDoas/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/Duncaen/OpenDoas/releases/download/v$(PKG_VERSION)
|
||||||
@@ -22,7 +22,7 @@ define Package/opendoas
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Portable OpenBSD doas to execute commands as another user
|
TITLE:=Portable OpenBSD doas to execute commands as another user
|
||||||
URL:=https://github.com/Duncaen/OpenDoas
|
URL:=https://github.com/Duncaen/OpenDoas
|
||||||
DEPENDS:=+BUSYBOX_CONFIG_PAM:libpam
|
DEPENDS:= +USE_GLIBC:libcrypt-compat +BUSYBOX_CONFIG_PAM:libpam
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/opendoas/description
|
define Package/opendoas/description
|
||||||
|
|||||||
Reference in New Issue
Block a user