Browse Source

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)
lilik-openwrt-22.03
Michal Vasilek 2 years ago
committed by Josef Schlehofer
parent
commit
ac1cf386f7
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/opendoas/Makefile

+ 1
- 0
utils/opendoas/Makefile 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


Loading…
Cancel
Save