Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/ncurses-6.1-20180224.tgz
|
||||
SOURCES/ncurses-6.1-20180224.tgz
|
||||
|
1
.ncurses.metadata
Normal file
1
.ncurses.metadata
Normal file
@ -0,0 +1 @@
|
||||
bc96feec9bfbce9396b8f9e8702c31c4868d4ba2 SOURCES/ncurses-6.1-20180224.tgz
|
@ -1,20 +0,0 @@
|
||||
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
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
Loading…
Reference in New Issue
Block a user