summaryrefslogtreecommitdiff
path: root/baserock/strata/core/linux-pam.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/core/linux-pam.morph')
-rw-r--r--baserock/strata/core/linux-pam.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/baserock/strata/core/linux-pam.morph b/baserock/strata/core/linux-pam.morph
new file mode 100644
index 00000000..71ad98e9
--- /dev/null
+++ b/baserock/strata/core/linux-pam.morph
@@ -0,0 +1,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"