mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
opendoas: fix build with PAM
When PAM is available, the build system will detect and use it, but the package dependency was missing. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
This commit is contained in:
committed by
Rosen Penev
parent
d960988043
commit
626be11593
@@ -22,6 +22,7 @@ define Package/opendoas
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Portable OpenBSD doas to execute commands as another user
|
||||
URL:=https://github.com/Duncaen/OpenDoas
|
||||
DEPENDS:=+BUSYBOX_CONFIG_PAM:libpam
|
||||
endef
|
||||
|
||||
define Package/opendoas/description
|
||||
|
||||
Reference in New Issue
Block a user