From patchwork Sun Aug 16 10:29:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3332 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtkS2Ng1z3x1Y for ; Sun, 16 Aug 2020 10:31:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtjj3YM0zxN; Sun, 16 Aug 2020 10:30:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjc0xqgz30XB; Sun, 16 Aug 2020 10:30:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjX0b4rz30Ww for ; Sun, 16 Aug 2020 10:30:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjW6kpyzmf; Sun, 16 Aug 2020 10:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xDq/cXRB2lBby9gssJotumMCL6DHjj7aybhUlnET26s=; b=RBdqj6VfvHg0ulH/uZGUyoxxLuodK8PJc8HXm7SAytsSMdP3xm4LytWg0SQb/LocjSgmnn fZ80OQU/YFWgiE8OtZZiFtZ/VIyZpy3XggjZ2DWjhWTjdTvRBIWUMOjsQbkjZKrxmQeZCh Rtr+nXa/qXBQEQrp0ieM5q2igV1sfLrSfTEZlslkHxOYtE/kffYjxdSnfVjB7wxFJbkCsz LZLaf85JFG4j5RM3McY/WOACHq415oSJmhIuB/ZrOHf47stc1Q2xQ0Gx6moRhVD6ohpAum rnt2IEsQvr8JvVWuoYC4FodA5DqYv3INloHMyX4YFDomshcWJt5uh/P7suTCNA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xDq/cXRB2lBby9gssJotumMCL6DHjj7aybhUlnET26s=; b=4hIkdcYRKUm5YKas5akJHvWAwya8md8CRsvqxpwjtbf/cJWnjX9nPkkQ5PiUxf8ZMyMKgg fc8bGdlWJgvlLgBQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 25/62] icinga: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:16 +0000 Message-Id: <20200816102953.3881-25-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/icinga | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/icinga b/lfs/icinga index 0e2625682..6534722ac 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -36,6 +36,8 @@ PAK_VER = 4 DEPS = nagios-plugins +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################