From patchwork Sun Aug 16 10:29:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3328 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 4BTtkH4p8Sz3x0m for ; Sun, 16 Aug 2020 10:31:03 +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 4BTtjf5373zwk; Sun, 16 Aug 2020 10:30:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjY3fBzz30XP; Sun, 16 Aug 2020 10:30:25 +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 4BTtjW1VScz2yDk for ; Sun, 16 Aug 2020 10:30:23 +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 4BTtjW0YXQzlp; Sun, 16 Aug 2020 10:30:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573823; 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=uAqtJZtTpz7rYRMoLO7IW+44VOPNi8ZVWgvCDllS0tE=; b=m3odw7ulo+onYN5FkLqwWyQx0Nju9+Q6/dc+1UMuIOqPfkMe1PQ+X2UY3wUg4dN3HGuBD1 P+8L3Xv+Xtcm2RCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573823; 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=uAqtJZtTpz7rYRMoLO7IW+44VOPNi8ZVWgvCDllS0tE=; b=kZchEF9Orl4KMUVYfPRF/qC4VjpgL6vRLlnGbXBg13lBSzzxqvvEvPViKGD67IyuSLGqZ4 UNk9noVDtwQeLsxlXDlR1yhVbg+/5lyV3w1Q0wyCSWRWiD48l/fa4Lc36cdE60208r0cKp uGmEenLZy/DGcwH2T5kNVJ0Cbb3QChVa0FiVXnEdL0FcxB98RG/FNqAkAdYAVbfCXWAZ70 KT1jetD/+1fvKCei684EojwVf27FTXUJyVuFsFPScUg763fJrbaSUT5yq8ObNDr5gtdX6u N0DUbz2gmkYF4ux4mLYJhclvmgEtxS2kftWz2SpCl97314wNf0IuCrVt/GQAKg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 19/62] foomatic: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:10 +0000 Message-Id: <20200816102953.3881-19-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/foomatic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/foomatic b/lfs/foomatic index 1b50dd85c..1288277e4 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -39,6 +39,8 @@ PAK_VER = 4 DEPS = cups ghostscript libtiff hplip +CFLAGS += -fcommon + export LIB_CUPS=/usr/lib/cups export CUPS_BACKENDS=/usr/lib/cups/backends export CUPS_FILTERS=/usr/lib/cups/filters