From ac1cf386f75996b2294254d74c5a067dac1b633c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 16 Aug 2022 15:02:49 +0200 Subject: [PATCH] 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 (cherry picked from commit 626be1159397e8d835cc5d78e9272c5bb87403d4) --- utils/opendoas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/opendoas/Makefile b/utils/opendoas/Makefile index 0019b5643..78f962f3b 100644 --- a/utils/opendoas/Makefile +++ b/utils/opendoas/Makefile @@ -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