From 989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 26 Jun 2012 21:49:09 -0400 Subject: F17 udpates Various updates to stage 1 and 2 to build with F17 GA SRPMs --- recipe.d/0102-pam | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipe.d/0102-pam (limited to 'recipe.d/0102-pam') 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 -- cgit