readline link shared library:
authorHolger Freyther <zecke@selfish.org>
Sat, 22 Jan 2005 16:13:48 +0000 (16:13 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 22 Jan 2005 16:13:48 +0000 (16:13 +0000)
- 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

index c78d0c6..c6e6707 100644 (file)
@@ -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