mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
arpwatch: Fix compile error
| ./dns.c:118:24: error: implicit declaration of function '_getshort'; did you mean '__putshort'? [-Wimplicit-function-declaration] upon others Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -21,6 +21,10 @@ ARPWATCH_GID ?= "arpwatch"
|
|||||||
APRWATCH_FROM ?= "root "
|
APRWATCH_FROM ?= "root "
|
||||||
ARPWATH_REPLY ?= "${ARPWATCH_UID}"
|
ARPWATH_REPLY ?= "${ARPWATCH_UID}"
|
||||||
|
|
||||||
|
# many configure tests are failing with gcc-14
|
||||||
|
CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
|
||||||
|
BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
||||||
|
|||||||
Reference in New Issue
Block a user