From: Holger Freyther Date: Sat, 22 Jan 2005 16:13:48 +0000 (+0000) Subject: readline link shared library: X-Git-Tag: Release-2010-05/1~15359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0b38c004bc433f9314ea690fc6daebd2fb2815;p=openembedded.git 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 --- 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