From 026818241ff182e23cdf6fae6fbdd0d35aef72b4 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 17 Aug 2011 12:24:11 +0200 Subject: ncurses: disable pthread and reentrant these options make ncurses opaque and break other packages Signed-off-by: Michael Olbrich --- rules/ncurses.make | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/ncurses.make b/rules/ncurses.make index 373785cde..9b4d0e02e 100644 --- a/rules/ncurses.make +++ b/rules/ncurses.make @@ -61,12 +61,11 @@ NCURSES_AUTOCONF_SHARED := \ --disable-interop \ --disable-rpath \ --disable-rpath-hack \ - --enable-reentrant + --without-pthread \ + --disable-reentrant -# do this to get libncurses with threads but without a trailing "t": -NCURSES_AUTOCONF_SHARED += \ - --with-pthread=yes \ - --enable-weak-symbols +# NOTE: reentrant enables opaque, which breaks other packages +# pthread enables reentrant, so don't enable it either # enable wide char support on demand only ifdef PTXCONF_NCURSES_WIDE_CHAR -- cgit v1.2.3