ncurses/STAGE2-ncurses
Petr Šabata 8ac04d29f8 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/ncurses#b8c069e2deb9a36ea2d81ca48ca91e79336b9f15
2020-10-15 20:55:52 +02:00

21 lines
597 B
Plaintext

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 \
--disable-wattr-macros \
--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