[oe-commits] Martyn Welch : ettercap-ng: Pass location of ncurses

git version control git at git.openembedded.org
Mon Mar 22 10:25:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c548cd3617ffa23af43c189ba7a90ff57f97fd26
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c548cd3617ffa23af43c189ba7a90ff57f97fd26

Author: Martyn Welch <martyn.welch at ge.com>
Date:   Tue Mar 16 04:26:12 2010 +0000

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 <martyn.welch at ge.com>
Signed-off-by: Holger Hans Peter Freyther <zecke at selfish.org>

---

 recipes/ettercap/ettercap-ng_0.7.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb
index c9e73d9..00bf64d 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"





More information about the Openembedded-commits mailing list