summaryrefslogtreecommitdiff
path: root/baserock/strata/core/linux-pam.morph
blob: 71ad98e93b665d73b01df072abaf685e097f0ec4 (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 /lib because
# systemd installs its pam library into /lib/security.
- ./configure --prefix="$PREFIX" --libdir="/lib"