From 857fac08cb249564bfcdb79b43b28d1be0433e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 5 Jul 2011 13:25:20 -0400 Subject: Sync recipe stuff from rootfs tree --- recipe.d/0102-pam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipe.d/0102-pam (limited to 'recipe.d/0102-pam') diff --git a/recipe.d/0102-pam b/recipe.d/0102-pam new file mode 100644 index 0000000..4b1e00e --- /dev/null +++ b/recipe.d/0102-pam @@ -0,0 +1,12 @@ + # 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 -- cgit