From patchwork Sun Aug 16 10:29:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3323 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 4BTtk74c3Zz3x1Y for ; Sun, 16 Aug 2020 10:30:55 +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 4BTtjf45TYzwh; 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 4BTtjY2ymHz30YM; 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 4BTtjW0rXYz2xjj 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 4BTtjV6yCczhS; Sun, 16 Aug 2020 10:30:22 +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=/dGhV+1vRGFIlldCLN2fQJbzR2ll6Oy5oHIaIqbFpyY=; b=MNdGRB1yyo5ymueA+xVQ8r9T3qDw10CViPyhf9b8MZ4dh07Z+MqSA1phGzO/Db8QW0gOZR icnvWR2WXWIxdvAg== 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=/dGhV+1vRGFIlldCLN2fQJbzR2ll6Oy5oHIaIqbFpyY=; b=tJJKdoOCXSkfPZSVV1YXCIiQuBjx70pP3hlCTrzW1EEDV44q/wFwuQHVDLzy7dMLX7cx3I irQuiotrhcg+m7bm3BJppa3dDRojLwPwM/Lo/1GzJKKaf7ENUcDspTbJg1B7hpXAHaXESt HR7Kv9my1/jXX7zge4wL3M0o4MfnmtU2RdXvhNjJzkqXd3ftMWjbLyM7YkJX4sCuCYp1gp zWgJFCCSY/2L+cE8wM1FdSn7j1yfdFrlA4Nl4wWkQ5de6+/9Z6h0yvvN8rmWTtjKobrGln H3mLJB+14BBq79aZ5NyJ1oc7gV5cxCpP0hmNCnKhz45b+xARetdbnzQCTZa/iA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 18/62] cups-filters: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:09 +0000 Message-Id: <20200816102953.3881-18-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/cups-filters | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/cups-filters b/lfs/cups-filters index de862aa92..1c82b0dbb 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -36,6 +36,8 @@ PAK_VER = 3 DEPS = cups ghostscript +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################