]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
avahi: Build with -U_FORTIFY_SOURCE
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Aug 2018 11:18:29 +0000 (12:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Aug 2018 11:18:29 +0000 (12:18 +0100)
Avahi locks up when built with -D_FORTIFY_SOURCE=2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/avahi

index ff171f00159d35a797d5a3d16352d057b3614824..d33d7b5e304cadaf74b47630cac581c2729eb96e 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -36,6 +36,8 @@ PAK_VER    = 4
 
 DEPS      = "dbus libdaemon"
 
+CFLAGS    += -U_FORTIFY_SOURCE
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################