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 \

Reply via email to