Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: support elogind as a logind provider | Dudemanguy | 2024-11-26 | 1 | -1/+3 |
| | | | | | | | | | | The systemd functionality used here is also supported by elogind. Introduce elogind meson option that could be used to enable logind support in pam_issue, pam_limits, and pam_timestamp via elogind. When elogind support is enabled, search for libelogind as well and use the appropriate headers. | ||||
* | meson_options.txt: update logind option description | Dmitry V. Levin | 2024-11-26 | 1 | -1/+1 |
| | |||||
* | meson: build Linux-PAM using meson | Dmitry V. Levin | 2024-09-10 | 1 | -0/+99 |
On my non-representative hardware, the full build using autotools (./autogen.sh && CFLAGS=-O2 ./configure && make -j`nproc` && make -j`nproc` install) takes about 45 seconds. On the same hardware, the full build using meson (meson setup -Doptimization=2 dir && meson compile -C dir && meson install -C dir) takes just about 7.5 seconds. |