Adding STAGE2 bootstrap recipe
This commit is contained in:
parent
d3e920ddd4
commit
7399fd919f
19
STAGE2-ncurses
Normal file
19
STAGE2-ncurses
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
mcd $BUILDDIR/ncurses
|
||||||
|
|
||||||
|
$SRC/ncurses-*/configure $TCONFIGARGS \
|
||||||
|
--with-shared --without-ada --with-ospeed=unsigned \
|
||||||
|
--with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \
|
||||||
|
--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
|
||||||
|
|
||||||
|
echo "INPUT(-lncurses)" > /usr/lib$SUFFIX/libcurses.so
|
||||||
|
echo "INPUT(-lncursesw)" > /usr/lib$SUFFIX/libcursesw.so
|
||||||
|
echo "INPUT(-ltinfo)" > /usr/lib$SUFFIX/libtermcap.so
|
Loading…
Reference in New Issue
Block a user