summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2020-05-15 15:17:45 +0200
committerGiuseppe Borzi2020-05-15 15:17:45 +0200
commit1c278cfac1e2e7db2d38ffd64dcf3278c85f8d8d (patch)
treedc0dfef79b5c12d4dff278510e7857dfe0d5d229
parentd28db05f7ea6be1f30f640ddac22537088cd15a2 (diff)
downloadaur-1c278cfac1e2e7db2d38ffd64dcf3278c85f8d8d.tar.gz
fix for gcc 10
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51301fa954b4..d8edf4d68f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,8 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}-source"
+# fix by @xantares for gcc 10
+ export CFLAGS="$CFLAGS -fcommon"
mkdir -p build