summaryrefslogtreecommitdiffstats
path: root/rules/readline.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 09:58:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:54 +0200
commitb2506e3922eae21a9d4b0fc7ebed62e1524cbaac (patch)
treecfa660a2eef642a6d1cc14462ed643a066122380 /rules/readline.make
parent541737f469cbd0ebd41c1ff6bcd2ae0760e5bb4d (diff)
downloadptxdist-b2506e3922eae21a9d4b0fc7ebed62e1524cbaac.tar.gz
ptxdist-b2506e3922eae21a9d4b0fc7ebed62e1524cbaac.tar.xz
readline: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/readline.make')
-rw-r--r--rules/readline.make11
1 files changed, 3 insertions, 8 deletions
diff --git a/rules/readline.make b/rules/readline.make
index 5df94bb13..385777c5d 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -32,16 +32,11 @@ READLINE_LICENSE := GPL-3.0+
READLINE_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ --disable-multibyte \
--enable-shared \
--disable-static\
- --disable-multibyte
-
-ifdef PTXCONF_READLINE_TERMCAP
-READLINE_AUTOCONF += --without-curses
-endif
-ifdef PTXCONF_READLINE_NCURSES
-READLINE_AUTOCONF += --with-curses
-endif
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --$(call ptx/wwo,PTXCONF_READLINE_NCURSES)-curses
# ----------------------------------------------------------------------------
# Target-Install