summaryrefslogtreecommitdiffstats
path: root/recipe.d/0102-pam
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-06-26 21:49:09 -0400
committerDJ Delorie <dj@delorie.com>2012-06-26 21:49:09 -0400
commit989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea (patch)
tree7ca707e1503139bedc8ecd511e7e4928eb2f1a16 /recipe.d/0102-pam
parent257e214b8e4f79a77feb25399c53a0e2ef8274b1 (diff)
downloadbootstrap.git.DONOTUSE-989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea.tar.gz
bootstrap.git.DONOTUSE-989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea.tar.xz
bootstrap.git.DONOTUSE-989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea.zip
F17 udpates
Various updates to stage 1 and 2 to build with F17 GA SRPMs
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