diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-28 12:06:06 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-28 16:35:00 -0700 |
commit | cf298e28e9b1f29fbaa2f021b22ee68db7e0488f (patch) | |
tree | 004dcc9c3dbc9c52c34f0bb0392cac652cb3f3e5 /meta-networking/recipes-support | |
parent | beceec83ad3d975385132c91061776b736f02bc1 (diff) | |
download | meta-openembedded-cf298e28e9b1f29fbaa2f021b22ee68db7e0488f.tar.gz |
ettercap: Do not generate #line directives with bison/flex
Fixes
File /usr/src/debug/ettercap/0.8.3.1-r0/utils/ef_grammar.c in package ettercap-src contains reference to TMPDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 2 |
1 files changed, 2 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 6c07223b31..723d7c8f78 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,8 @@ EXTRA_OECMAKE = " \ | |||
32 | -DBUNDLED_LIBS=ON \ | 32 | -DBUNDLED_LIBS=ON \ |
33 | -DENABLE_IPV6=ON \ | 33 | -DENABLE_IPV6=ON \ |
34 | -DENABLE_GTK=OFF \ | 34 | -DENABLE_GTK=OFF \ |
35 | -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ | ||
36 | -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ | ||
35 | " | 37 | " |
36 | 38 | ||
37 | CFLAGS += "-D_GNU_SOURCE" | 39 | CFLAGS += "-D_GNU_SOURCE" |