summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-29 23:06:14 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-30 00:14:58 -0700
commit5bed4f9a47712f8bd444cc3d0c1fd891f277b0aa (patch)
tree5e043fced9b2d2cf7677ae367d1c305e87bb291a
parent7a880dcbd95db7dd76ff8687441d4d51d561331e (diff)
downloadmeta-openembedded-5bed4f9a47712f8bd444cc3d0c1fd891f277b0aa.tar.gz
ettercap: Pass -D_GNU_SOURCE
Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb1
1 files changed, 1 insertions, 0 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 99fcacd3e..7d37f4109 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
@@ -32,6 +32,7 @@ EXTRA_OECMAKE = " \
32 -DENABLE_GTK=OFF \ 32 -DENABLE_GTK=OFF \
33" 33"
34 34
35CFLAGS += "-D_GNU_SOURCE"
35# Replaces default encoding set (ISO-8859-1) with UTF-8 in ettercap 36# Replaces default encoding set (ISO-8859-1) with UTF-8 in ettercap
36# configuration file installed by the package. 37# configuration file installed by the package.
37# It ensures that all characters are properly decoded and avoids 38# It ensures that all characters are properly decoded and avoids