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