From: Michael Tremer Date: Fri, 10 Aug 2018 11:18:29 +0000 (+0100) Subject: avahi: Build with -U_FORTIFY_SOURCE X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ec7c2936dc06cf3096134e955f4e6ad779c96ae;p=people%2Fms%2Fipfire-2.x.git avahi: Build with -U_FORTIFY_SOURCE Avahi locks up when built with -D_FORTIFY_SOURCE=2 Signed-off-by: Michael Tremer --- diff --git a/lfs/avahi b/lfs/avahi index ff171f0015..d33d7b5e30 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -36,6 +36,8 @@ PAK_VER = 4 DEPS = "dbus libdaemon" +CFLAGS += -U_FORTIFY_SOURCE + ############################################################################### # Top-level Rules ###############################################################################