From 3effc7528642c446a806c41e874588c20ab515d8 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Tue, 7 May 2019 00:54:52 +0300 Subject: [PATCH] ncurses: build with '-fexceptions' Fixes https://github.com/termux/termux-packages/issues/3556. --- packages/ncurses/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ncurses/build.sh b/packages/ncurses/build.sh index 48d7c6bed..53d564791 100644 --- a/packages/ncurses/build.sh +++ b/packages/ncurses/build.sh @@ -43,6 +43,7 @@ share/man/man7 termux_step_pre_configure() { TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-pkg-config-libdir=$PKG_CONFIG_LIBDIR" + CFLAGS+=" -fexceptions" } termux_step_post_make_install() {