ncurses: build with '-fexceptions'

Fixes https://github.com/termux/termux-packages/issues/3556.
This commit is contained in:
Leonid Pliushch 2019-05-07 00:54:52 +03:00
parent 935fa9f4c1
commit 95fe0bbdd3
1 changed files with 1 additions and 0 deletions

View File

@ -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() {