summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-23 11:00:17 -0700
committerKhem Raj <raj.khem@gmail.com>2023-03-23 15:03:43 -0700
commit977d61c936cecdc98f4d3879cc6e741a474b8079 (patch)
tree6fc8ca049df42c1a6cfb5973aa86a1a20683f3ad /meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
parent29b57802c6fa372bbb8a2e12cd57fbb7c9c80ce6 (diff)
downloadmeta-openembedded-977d61c936cecdc98f4d3879cc6e741a474b8079.tar.gz
ettercap: Fix build with libcurl >= 8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb')
-rw-r--r--meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
index b0958e6975..6c07223b31 100644
--- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
+++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb
@@ -20,7 +20,8 @@ DEPENDS += "ethtool \
20 20
21RDEPENDS:${PN} += "bash ethtool libgcc" 21RDEPENDS:${PN} += "bash ethtool libgcc"
22 22
23SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https" 23SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https \
24 file://0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch"
24 25
25SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" 26SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31"
26 27