[arch-commits] Commit in festival/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:55:01 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:55:00
  Author: foutrelis
Revision: 386609

Add -fcommon workaround for GCC 10

Modified:
  festival/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 09:54:59 UTC (rev 386608)
+++ PKGBUILD	2020-05-19 09:55:00 UTC (rev 386609)
@@ -45,6 +45,8 @@
 }
 
 build() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   # Build Speech Tools first
   cd speech_tools
   ./configure --prefix=/usr --sysconfdir=/etc



More information about the arch-commits mailing list