summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-30 10:46:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-30 10:49:47 +0200
commitfecc55c94fe0d7a5a339014ee72562ff3d58b3fe (patch)
treeb98c3d5de3f565da9d8854e44cd2c8318e79a1a3 /rules/ncurses.make
parent99cb72d63bfb5accfaec3ce5d9db892b55efe0e1 (diff)
downloadptxdist-fecc55c94fe0d7a5a339014ee72562ff3d58b3fe.tar.gz
ptxdist-fecc55c94fe0d7a5a339014ee72562ff3d58b3fe.tar.xz
host-ncurses: don't build shared libraries
Otherwise they might be used by the kernel kconfig tools. This is now necessary because 'make menuconfig' is now called with the toolchain wrappers set up correctly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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
# ----------------------------------------------------------------------------