Skip to content

Commit

Permalink
opendoas: fix build with PAM
Browse files Browse the repository at this point in the history
When PAM is available, the build system will detect and use it, but the
package dependency was missing.

Signed-off-by: Michal Vasilek <[email protected]>
  • Loading branch information
paper42 authored and neheb committed Aug 16, 2022
1 parent d960988 commit 626be11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/opendoas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 626be11

Please sign in to comment.