summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index cacfea7..84f93da 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -21,6 +21,10 @@ ARPWATCH_GID ?= "arpwatch"
21APRWATCH_FROM ?= "root " 21APRWATCH_FROM ?= "root "
22ARPWATH_REPLY ?= "${ARPWATCH_UID}" 22ARPWATH_REPLY ?= "${ARPWATCH_UID}"
23 23
24# many configure tests are failing with gcc-14
25CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
26BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
27
24PACKAGECONFIG ??= "" 28PACKAGECONFIG ??= ""
25 29
26PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" 30PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"