diff options
author | Holger Freyther <zecke@selfish.org> | 2005-01-22 16:13:48 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2005-01-22 16:13:48 +0000 |
commit | 0f0b38c004bc433f9314ea690fc6daebd2fb2815 (patch) | |
tree | b3cce749ccfac0a170d38e36438aa87008d48409 /packages/readline | |
parent | 3318df90609ccafb1d2e9bccf90fbe07169688a5 (diff) |
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.bb | 2 |
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 |