[arch-commits] Commit in the_silver_searcher/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 21:17:06 UTC 2020
Date: Tuesday, July 7, 2020 @ 21:17:05
Author: foutrelis
Revision: 660313
Add -fcommon workaround for GCC 10
Modified:
the_silver_searcher/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-07 21:17:04 UTC (rev 660312)
+++ PKGBUILD 2020-07-07 21:17:05 UTC (rev 660313)
@@ -19,6 +19,7 @@
}
build() {
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
./$pkgname/build.sh
}
More information about the arch-commits
mailing list