Browse Source

ncurses: build with '-fexceptions'

Fixes https://github.com/termux/termux-packages/issues/3556.
emacs-27
Leonid Plyushch 6 years ago
parent
commit
3effc75286
  1. 1
      packages/ncurses/build.sh

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

Loading…
Cancel
Save