From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2726178878698988454==" List-Id: --===============2726178878698988454== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.20.1 --===============2726178878698988454==--