aboutsummaryrefslogtreecommitdiffstats
path: root/ettercap
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /ettercap
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ettercap')
-rw-r--r--ettercap/ettercap_0.6.b.oe9
1 files changed, 5 insertions, 4 deletions
diff --git a/ettercap/ettercap_0.6.b.oe b/ettercap/ettercap_0.6.b.oe
index a70aed74ed..ffc6c61674 100644
--- a/ettercap/ettercap_0.6.b.oe
+++ b/ettercap/ettercap_0.6.b.oe
@@ -4,9 +4,10 @@ DESCRIPTION = "Ettercap is a network sniffer/interceptor/logger \
for ethernet LANs. It supports active and passive dissection of \
many protocols (even ciphered ones, like SSH and HTTPS)."
-SRC_URI = ${SOURCEFORGE_MIRROR}/ettercap/ettercap-${PV}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1
+SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1"
inherit autotools
-EXTRA_OECONF='--disable-gtk \
- --with-openssl=${STAGING_DIR}/target'
+
+EXTRA_OECONF = "--disable-gtk \
+ --with-openssl=${STAGING_LIBDIR}/.."