summaryrefslogtreecommitdiffstats
path: root/recipe.d/XXXX-pam
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-22 16:47:17 -0700
committer Eric Hameleers <alien@slackware.com>2013-03-22 16:47:17 -0700
commit69dd99f961988fa15da8d7f0d63b62f3385419c3 (patch)
treed57eb3e85e1d08e7815787de26946ee42c398b66 /recipe.d/XXXX-pam
downloadalienarm-69dd99f961988fa15da8d7f0d63b62f3385419c3.tar.gz
alienarm-69dd99f961988fa15da8d7f0d63b62f3385419c3.tar.xz
Initial commit of a Slackware cross-arch bootstrap framework.
Diffstat (limited to 'recipe.d/XXXX-pam')
-rw-r--r--recipe.d/XXXX-pam12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipe.d/XXXX-pam b/recipe.d/XXXX-pam
new file mode 100644
index 0000000..ff72729
--- /dev/null
+++ b/recipe.d/XXXX-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 $NUMJOBS
+ make $NUMJOBS install