From a5ebc91ebb9ea78a5d35dd7560f47bbf78258430 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 8 Nov 2012 17:48:19 -0700 Subject: chkconfig needs gettext and popt to build in stage2 --- recipe.d/0012-chkconfig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipe.d/0012-chkconfig b/recipe.d/0012-chkconfig index 4a5686e..c35a3d3 100644 --- a/recipe.d/0012-chkconfig +++ b/recipe.d/0012-chkconfig @@ -1,6 +1,8 @@ -mcd $BUILDDIR/chkconfig -cp -rp $SRC/chkconfig-*/* . -sed '/install.*ntsysv/d; /all/s/ntsysv//' Makefile > Makefile.stage2 -make -f Makefile.stage2 $J CC=gcc -make -f Makefile.stage2 $J -k install || true +#requires popt + + mcd $BUILDDIR/chkconfig + cp -rp $SRC/chkconfig-*/* . + sed '/install.*ntsysv/d; /all/s/ntsysv//' Makefile > Makefile.stage2 + make -f Makefile.stage2 $J CC=gcc + make -f Makefile.stage2 $J -k install || true -- cgit