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:
parent
d960988043
commit
626be11593
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +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
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/opendoas/description
|
define Package/opendoas/description
|
||||||
|
|
Loading…
Reference in a new issue