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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 20:46:52 UTC 2020


    Date: Saturday, May 16, 2020 @ 20:46:51
  Author: foutrelis
Revision: 384804

Add -fcommon workaround for GCC 10

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 20:46:50 UTC (rev 384803)
+++ PKGBUILD	2020-05-16 20:46:51 UTC (rev 384804)
@@ -18,6 +18,7 @@
 
 build() {
   cd ${pkgname}-${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