From 857fac08cb249564bfcdb79b43b28d1be0433e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 5 Jul 2011 13:25:20 -0400 Subject: Sync recipe stuff from rootfs tree --- recipe.d/0002-ncurses | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipe.d/0002-ncurses (limited to 'recipe.d/0002-ncurses') diff --git a/recipe.d/0002-ncurses b/recipe.d/0002-ncurses new file mode 100644 index 0000000..767b582 --- /dev/null +++ b/recipe.d/0002-ncurses @@ -0,0 +1,13 @@ + mcd $BUILDDIR/ncurses + $SRC/ncurses-*/configure $TCONFIGARGS \ + --with-shared --without-ada --with-ospeed=unsigned \ + --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \ + --enable-overwrite \ + --enable-pc-files \ + --with-termlib=tinfo \ + --with-chtype=long \ + --with-ticlib + notparallel + make $J + make $J install + -- cgit