summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-29 22:54:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-07 16:16:03 +0200
commit2f4622fccbc569424a00dfe198c7a00907b3194d (patch)
treefde801ba9c404d28ab70101fcf6290c1a59a75e4 /rules/ncurses.make
parentcadaaf66c61ff33620239dd9d95a4bc6a6d592d8 (diff)
downloadptxdist-2f4622fccbc569424a00dfe198c7a00907b3194d.tar.gz
ptxdist-2f4622fccbc569424a00dfe198c7a00907b3194d.tar.xz
ncurses: don't build static libs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 01893506a..cb6da6853 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -38,8 +38,8 @@ NCURSES_AUTOCONF_SHARED := \
--enable-const \
--enable-overwrite \
--libdir=/$(CROSS_LIB_DIR) \
- --with-debug \
- --with-normal \
+ --without-debug \
+ --without-normal \
--with-shared \
--without-ada \
--without-gpm \