Date: Saturday, May 16, 2020 @ 20:46:48
  Author: foutrelis
Revision: 384802

Add -fcommon workaround for GCC 10

Modified:
  cpio/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-16 19:56:08 UTC (rev 384801)
+++ PKGBUILD    2020-05-16 20:46:48 UTC (rev 384802)
@@ -14,6 +14,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }

Reply via email to