From 682b4ba85c22ab9862304cb883a7234373e3f893 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 3 Jul 2012 17:52:57 -0400 Subject: script->make, ccache move Convert build iteration logic (stage 2) from list driven to Makefile driven. Add actual dependencies to recipe files and use them to control build sequence. ccache is moved to stage1 and configured to be used in stage2. --- recipe.d/0105-pam | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'recipe.d/0105-pam') diff --git a/recipe.d/0105-pam b/recipe.d/0105-pam index 479b3c4..dab92c2 100644 --- a/recipe.d/0105-pam +++ b/recipe.d/0105-pam @@ -1,3 +1,12 @@ +#requires flex +#requires bison +#requires libtool +#requires db4 +#requires perl +#requires gettext +#requires pkgconfig +#requires cracklib + # 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 -- cgit