Commit Graph

3 Commits

Author SHA1 Message Date
Eneas U de Queiroz
0b294a8647 opendoas: avoid libpam dependency
Package is failing to build because it picks up libpam dependency
regardless of `BUSYBOX_CONFIG_PAM`.

Use configure args --with-pam, --without-pam to assert the option.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-01-20 11:02:54 +08:00
Michal Vasilek
76470dd9cd 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 <michal.vasilek@nic.cz>
2023-01-20 11:02:54 +08:00
Michal Vasilek
14d9309a22 opendoas: add package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2023-01-20 11:02:54 +08:00