projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d960988
)
opendoas: fix build with PAM
author
Michal Vasilek
<michal.vasilek@nic.cz>
Tue, 16 Aug 2022 13:02:49 +0000
(15:02 +0200)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/utils/opendoas/Makefile
b/utils/opendoas/Makefile
index 0019b5643bfd5e66f1e4cd3a3d5bb6e79a3e77c6..78f962f3b61f85089fa518e5e68073644efb9b7d 100644
(file)
--- 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