aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ettercap
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@ge.com>2010-03-16 04:26:12 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 18:24:17 +0800
commitc548cd3617ffa23af43c189ba7a90ff57f97fd26 (patch)
tree58d465f844be5d1b2b7053ea3d21e0ea1a7e552a /recipes/ettercap
parent7b6ea7669e4e90fcb6fce38d86fa66e426e930ff (diff)
downloadopenembedded-c548cd3617ffa23af43c189ba7a90ff57f97fd26.tar.gz
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@ge.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/ettercap')
-rw-r--r--recipes/ettercap/ettercap-ng_0.7.3.bb2
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 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"