From cf298e28e9b1f29fbaa2f021b22ee68db7e0488f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 May 2023 12:06:06 -0700 Subject: 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 --- meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') 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 = " \ -DBUNDLED_LIBS=ON \ -DENABLE_IPV6=ON \ -DENABLE_GTK=OFF \ + -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ + -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ " CFLAGS += "-D_GNU_SOURCE" -- cgit v1.2.3-54-g00ecf