mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
irssi: add --with-ncurses option
* otherwise do_configure tries to find ncurses.h on host and
disables ncurses support when not found, then build fails because
of missing -lcurses when using terminfo-core.o:
| terminfo-core.o: In function `_set_bg':
| /OE/irssi/0.8.15+0.8.16-rc1-r0/irssi-0.8.16-rc1/src/fe-text/terminfo-core.c:343:
undefined reference to `tputs'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3b386cecc9
commit
46b758db32
|
|
@ -17,5 +17,6 @@ S = "${WORKDIR}/irssi-${REALPV}"
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-ssl"
|
||||
|
||||
EXTRA_OECONF = "--enable-ssl \
|
||||
--with-ncurses=${STAGING_EXECPREFIXDIR} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user