1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Eneas U de Queiroz
8cb0ed95dd 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>
2022-09-22 01:22:28 -07:00
Michal Vasilek
626be11593 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>
2022-08-16 13:00:41 -07:00
Michal Vasilek
ad7d2e5270 opendoas: add package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-08-13 12:54:10 -07:00