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>
(cherry picked from commit 626be11593)
This commit is contained in:
Michal Vasilek 2022-08-16 15:02:49 +02:00 committed by Josef Schlehofer
parent 2af698b989
commit ac1cf386f7
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions

View File

@ -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