From cb28b0b4f3136c74219d09fc698754a3a27f18ca0406e1fbdf2ab46b41f3f4c1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 7 Jul 2015 12:52:28 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=207 --- ncurses.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ncurses.spec b/ncurses.spec index 262e7da..b785e0b 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -576,12 +576,12 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src mv -f $pc pc/${base}5.pc done - make clean # # Now use --enable-widec for UTF8/wide character support. # The libs with 16 bit wide characters are binary incompatible # to the normal 8bit wide character libs. # + make clean > $SCREENLOG tail -q -s 0.5 -f $SCREENLOG & pid=$! eval screen -L -D -m ./${c#*./} --with-pthread \ @@ -616,6 +616,7 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src > $SCREENLOG tail -q -s 0.5 -f $SCREENLOG & pid=$! eval screen -L -D -m ./${c#*./} --with-abi-version=5 \ + --witouth-pthread \ --disable-reentrant \ --disable-ext-mouse \ --enable-widec \