ettercap-ng: Pass location of ncurses
authorMartyn Welch <martyn.welch@ge.com>
Tue, 16 Mar 2010 04:26:12 +0000 (04:26 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 22 Mar 2010 10:24:17 +0000 (18:24 +0800)
Ensure that ettercap uses the ncurses libs from the staging include
directory during configuration

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
recipes/ettercap/ettercap-ng_0.7.3.bb

index c9e73d9..00bf64d 100644 (file)
@@ -12,7 +12,7 @@ S = "${WORKDIR}/ettercap-NG-${PV}"
 
 inherit autotools
 
-EXTRA_OECONF += "--disable-gtk"
+EXTRA_OECONF += "--disable-gtk --with-libncurses=${STAGING_INCDIR}"
 
 FILES_${PN} += "${datadir} ${libdir}/ettercap/*.so"
 FILES_${PN}-dbg += "${libdir}/ettercap/.debug"