summaryrefslogtreecommitdiff
path: root/strata/core/linux-pam.morph
blob: 667bbed57da6c9febe5daf136b753b8e4588d5cb (plain)
1
2
3
4
5
6
7
name: linux-pam
kind: chunk
build-system: autotools
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"