diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-29 23:06:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-30 00:14:58 -0700 |
commit | 5bed4f9a47712f8bd444cc3d0c1fd891f277b0aa (patch) | |
tree | 5e043fced9b2d2cf7677ae367d1c305e87bb291a | |
parent | 7a880dcbd95db7dd76ff8687441d4d51d561331e (diff) | |
download | meta-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.bb | 1 |
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 | ||
35 | CFLAGS += "-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 |