opendoas: fix build with PAM
authorMichal Vasilek <michal.vasilek@nic.cz>
Tue, 16 Aug 2022 13:02:49 +0000 (15:02 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 16 Aug 2022 20:00:41 +0000 (13:00 -0700)
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>
utils/opendoas/Makefile

index 0019b5643bfd5e66f1e4cd3a3d5bb6e79a3e77c6..78f962f3b61f85089fa518e5e68073644efb9b7d 100644 (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