mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +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 \
|
||||
"
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
# Replaces default encoding set (ISO-8859-1) with UTF-8 in ettercap
|
||||
# configuration file installed by the package.
|
||||
# It ensures that all characters are properly decoded and avoids
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user