avahi: Build with -U_FORTIFY_SOURCE

Avahi locks up when built with -D_FORTIFY_SOURCE=2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-08-10 12:18:29 +01:00
parent 467581b8ab
commit 4ec7c2936d

View File

@@ -36,6 +36,8 @@ PAK_VER = 4
DEPS = "dbus libdaemon"
CFLAGS += -U_FORTIFY_SOURCE
###############################################################################
# Top-level Rules
###############################################################################