From: Martyn Welch Date: Tue, 16 Mar 2010 04:26:12 +0000 (+0000) Subject: ettercap-ng: Pass location of ncurses X-Git-Tag: Release-2010-05/1~339^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c548cd3617ffa23af43c189ba7a90ff57f97fd26;p=openembedded.git ettercap-ng: Pass location of ncurses Ensure that ettercap uses the ncurses libs from the staging include directory during configuration Signed-off-by: Martyn Welch Signed-off-by: Holger Hans Peter Freyther --- diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb index c9e73d9ea0..00bf64da88 100644 --- a/recipes/ettercap/ettercap-ng_0.7.3.bb +++ b/recipes/ettercap/ettercap-ng_0.7.3.bb @@ -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"