SHA256
1
0
forked from pool/ncurses
2017-04-10 09:41:13 +00:00
committed by Git OBS Bridge
parent 71f5e37e89
commit ac14649f01
5 changed files with 109 additions and 60 deletions

View File

@@ -513,9 +513,9 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
tail -q -s 0.5 -f $SCREENLOG & pid=$!
#
# Now use --with-pthread for reentrant pthread support (abi == 5).
# Now use --without-pthread to disable pthread support (abi == 5).
#
eval screen -D -m ./${c#*./} --with-abi-version=5 \
eval screen -D -m ./${c#*./} --with-abi-version=5 \
--without-pthread \
--disable-reentrant \
--disable-ext-mouse \
@@ -597,7 +597,11 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
make clean
> $SCREENLOG
tail -q -s 0.5 -f $SCREENLOG & pid=$!
eval screen -D -m ./${c#*./} --with-abi-version=5 \
#
# Now use --without-pthread to disable pthread support (abi == 5).
#
eval screen -D -m ./${c#*./} --with-abi-version=5 \
--without-pthread \
--disable-reentrant \
--disable-ext-mouse \