summaryrefslogtreecommitdiffstats
path: root/recipe.d/0102-pam
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0102-pam')
-rw-r--r--recipe.d/0102-pam12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipe.d/0102-pam b/recipe.d/0102-pam
deleted file mode 100644
index 4b1e00e..0000000
--- a/recipe.d/0102-pam
+++ /dev/null
@@ -1,12 +0,0 @@
- # FIXME: this possibly has a problem with pam_faillock.8
- # not sure if configure would re-generate that warning at this point
- mcd $BUILDDIR/pam
- rsync -av $SRC/Linux-PAM-*/ ./
- ./configure \
- --libdir=/lib \
- --includedir=/usr/include/security \
- --disable-prelude \
- --disable-selinux \
- --disable-audit
- make $J
- make $J install