summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-08 17:48:19 -0700
committerAl Stone <ahs3@redhat.com>2012-11-08 17:48:19 -0700
commita5ebc91ebb9ea78a5d35dd7560f47bbf78258430 (patch)
tree64a0cc18b64af171d5999edd10a35765ed3bcf2f /recipe.d
parent6e72a1a86c433b70bf4a1f52e313dc2dcf696953 (diff)
downloadbootstrap.git.DONOTUSE-a5ebc91ebb9ea78a5d35dd7560f47bbf78258430.tar.gz
bootstrap.git.DONOTUSE-a5ebc91ebb9ea78a5d35dd7560f47bbf78258430.tar.xz
bootstrap.git.DONOTUSE-a5ebc91ebb9ea78a5d35dd7560f47bbf78258430.zip
chkconfig needs gettext and popt to build in stage2
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/0012-chkconfig12
1 files 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