summaryrefslogtreecommitdiffstats
path: root/recipe.d/0102-pam
blob: 4b1e00e4a756ed1d4e5ad3658100502221cf7ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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