# 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 Makefile sed 's/= .*\.8.*/=/' modules/pam_faillock/Makefile > modules/pam_faillock/Makefile.stage2 mv modules/pam_faillock/Makefile.stage2 modules/pam_faillock/Makefile make $J make $J install