mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
ettercap: Pass -D_GNU_SOURCE
Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7a880dcbd9
commit
5bed4f9a47
|
|
@ -32,6 +32,7 @@ EXTRA_OECMAKE = " \
|
||||||
-DENABLE_GTK=OFF \
|
-DENABLE_GTK=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
CFLAGS += "-D_GNU_SOURCE"
|
||||||
# Replaces default encoding set (ISO-8859-1) with UTF-8 in ettercap
|
# Replaces default encoding set (ISO-8859-1) with UTF-8 in ettercap
|
||||||
# configuration file installed by the package.
|
# configuration file installed by the package.
|
||||||
# It ensures that all characters are properly decoded and avoids
|
# It ensures that all characters are properly decoded and avoids
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user