From 0f0b38c004bc433f9314ea690fc6daebd2fb2815 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 22 Jan 2005 16:13:48 +0000 Subject: 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 --- packages/readline/readline_4.3.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/readline') 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 -- cgit 1.2.3-korg