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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 20:47:05 UTC 2020


    Date: Saturday, May 16, 2020 @ 20:47:04
  Author: foutrelis
Revision: 384811

Add -fcommon workaround for GCC 10

Modified:
  ncftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 20:47:02 UTC (rev 384810)
+++ PKGBUILD	2020-05-16 20:47:04 UTC (rev 384811)
@@ -18,6 +18,8 @@
 build() {
   cd "${pkgname}-${pkgver}"
 
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   # FS#39211
   unset CPPFLAGS
 



More information about the arch-commits mailing list