From 3f43a3c08f62faf2b45ad588538367cb5141a5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:45 +0200 Subject: [PATCH] squashfs-tools: needs -fcommon for gcc10 [ci skip] --- srcpkgs/squashfs-tools/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index 28697ad93a..7692eb0176 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -13,6 +13,8 @@ maintainer="Duncaen " distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz" checksum=a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e +CFLAGS="-fcommon" + do_build() { make ${makejobs} XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 }