changeset 5024:9fb478d2036b

ncurses: don't build separate term lib and don't use symbol versioning
author John W. Eaton <jwe@octave.org>
date Wed, 13 Mar 2019 08:25:35 +0000
parents 874c8ca3c9eb
children 0cbc51911dd0
files src/ncurses.mk
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ncurses.mk	Tue Mar 12 10:40:16 2019 -0400
+++ b/src/ncurses.mk	Wed Mar 13 08:25:35 2019 +0000
@@ -30,16 +30,11 @@
 endif
 endif
 
-ifeq ($(MXE_WINDOWS_BUILD),no)
-  $(PKG)_CONFIG_OPTS += --with-versioned-syms
-endif
-
 $(PKG)_COMMON_CONFIG_OPTS := \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix=$(HOST_PREFIX) \
         --disable-home-terminfo \
-        --with-termlib \
         --enable-sp-funcs \
         --enable-interop \
         --without-debug \