All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Ettercap: Pass location of ncurses
@ 2010-03-16 14:26 Martyn Welch
  2010-03-22 10:05 ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 2+ messages in thread
From: Martyn Welch @ 2010-03-16 14:26 UTC (permalink / raw)
  To: openembedded-devel

Ensure that ettercap uses the ncurses libs from the staging include
directory during configuration

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
---

 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"


--
Martyn Welch (Principal Software Engineer)   |   Registered in England and
GE Intelligent Platforms                     |   Wales (3828642) at 100
T +44(0)127322748                            |   Barbirolli Square, Manchester,
E martyn.welch@ge.com                        |   M2 3AB  VAT:GB 927559189



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Ettercap: Pass location of ncurses
  2010-03-16 14:26 [PATCH] Ettercap: Pass location of ncurses Martyn Welch
@ 2010-03-22 10:05 ` Holger Hans Peter Freyther
  0 siblings, 0 replies; 2+ messages in thread
From: Holger Hans Peter Freyther @ 2010-03-22 10:05 UTC (permalink / raw)
  To: openembedded-devel

On Tuesday 16 March 2010 15:26:12 Martyn Welch wrote:
> Ensure that ettercap uses the ncurses libs from the staging include
> directory during configuration

Thanks, small nitpick in the summary line... it should be ettercap-ng... and 
somehow something that changed and the build is now broken for me (unrelated 
to your change).

z.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-22 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 14:26 [PATCH] Ettercap: Pass location of ncurses Martyn Welch
2010-03-22 10:05 ` Holger Hans Peter Freyther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.