aboutsummaryrefslogtreecommitdiffstats
path: root/packages/readline
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-01-22 16:13:48 +0000
committerHolger Freyther <zecke@selfish.org>2005-01-22 16:13:48 +0000
commit0f0b38c004bc433f9314ea690fc6daebd2fb2815 (patch)
treeb3cce749ccfac0a170d38e36438aa87008d48409 /packages/readline
parent3318df90609ccafb1d2e9bccf90fbe07169688a5 (diff)
downloadopenembedded-0f0b38c004bc433f9314ea690fc6daebd2fb2815.tar.gz
readline link shared library:
- When --with-curses was added to configure it forced itself to link -lcurses without it, it looks for a termcap library and choses ncurses. With that CSet packaging linking of readline works again. BKrev: 41f27bbcVGDqpGH8YOaHG-G-kXg1TA
Diffstat (limited to 'packages/readline')
-rw-r--r--packages/readline/readline_4.3.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/readline/readline_4.3.bb b/packages/readline/readline_4.3.bb
index c78d0c6ac1..c6e6707b04 100644
--- a/packages/readline/readline_4.3.bb
+++ b/packages/readline/readline_4.3.bb
@@ -18,8 +18,6 @@ S = "${WORKDIR}/readline-${PV}"
inherit autotools
-EXTRA_OECONF += "--with-curses"
-
do_configure () {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
autotools_do_configure