summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index f33ff35a1..08768ca2f 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -41,7 +41,6 @@ NCURSES_AUTOCONF_SHARED := \
--libdir=/$(CROSS_LIB_DIR) \
--without-debug \
--without-normal \
- --with-shared \
--without-ada \
--without-gpm \
--without-manpages \
@@ -79,6 +78,7 @@ endif
NCURSES_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
$(NCURSES_AUTOCONF_SHARED) \
+ --with-shared \
--without-progs
# ----------------------------------------------------------------------------