From: Michal Vasilek Date: Tue, 16 Aug 2022 13:02:49 +0000 (+0200) Subject: opendoas: fix build with PAM X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=626be1159397e8d835cc5d78e9272c5bb87403d4;p=openwrt-packages.git 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 --- 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