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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 16:09:29 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:09:28
  Author: foutrelis
Revision: 649647

Add -fcommon workaround for GCC 10

Modified:
  epic4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 16:09:26 UTC (rev 649646)
+++ PKGBUILD	2020-06-21 16:09:28 UTC (rev 649647)
@@ -22,6 +22,8 @@
 #to avoid build fail
   unset CPPFLAGS
 
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure --prefix=/usr \
        --mandir=/usr/share/man \
        --with-ssl \



More information about the arch-commits mailing list