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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 21:16:46 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:16:45
  Author: foutrelis
Revision: 660294

Add -fcommon workaround for GCC 10

Modified:
  mcabber/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 21:16:44 UTC (rev 660293)
+++ PKGBUILD	2020-07-07 21:16:45 UTC (rev 660294)
@@ -18,6 +18,7 @@
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver/_/-}
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr --enable-hgcset \
       --mandir=/usr/share/man \
       --enable-aspell --enable-otr



More information about the arch-commits mailing list