summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef8cf8320a6f..f96a0cb241ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,6 +57,9 @@ build() {
# For the time being encrypt support is disabled. To reenable add
# --enable-encrypt below and fix the code.
+ # This is necessary for gcc >= 10
+ CFLAGS="$CFLAGS -fcommon"
+
./configure \
--prefix=/usr \
--sbindir=/usr/bin \