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

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:54:58 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:54:58
  Author: foutrelis
Revision: 386607

Add -fcommon workaround for GCC 10

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 09:53:51 UTC (rev 386606)
+++ PKGBUILD	2020-05-19 09:54:58 UTC (rev 386607)
@@ -30,6 +30,7 @@
 
 build() {
   cd $pkgbase-$pkgver
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \



More information about the arch-commits mailing list