summaryrefslogtreecommitdiff
path: root/strata/core/linux-pam.morph
blob: e65caa63e9f1435f361d1ce9a8c28f35e4164177 (plain)
1
2
3
4
5
6
7
8
9
name: linux-pam
kind: chunk
build-system: autotools
pre-configure-commands:
- autoreconf -ivf
configure-commands:
# libdir has to be specified or it'll go into lib64. It has to be /usr/lib because
# systemd installs its pam library into /usr/lib/security.
- ./configure --prefix="$PREFIX" --sysconfdir=/etc --libdir="$PREFIX/lib"