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

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:55:13 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:55:12
  Author: foutrelis
Revision: 386612

Add -fcommon workaround for GCC 10

Modified:
  chemtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 09:55:08 UTC (rev 386611)
+++ PKGBUILD	2020-05-19 09:55:12 UTC (rev 386612)
@@ -12,6 +12,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
 }



More information about the arch-commits mailing list