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

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


    Date: Tuesday, July 7, 2020 @ 21:16:43
  Author: foutrelis
Revision: 660292

Add -fcommon workaround for GCC 10

Modified:
  lxtask/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 21:16:42 UTC (rev 660291)
+++ PKGBUILD	2020-07-07 21:16:43 UTC (rev 660292)
@@ -17,6 +17,8 @@
 sha256sums=('41ea88f0adf31a840e4b9d137ca5ea802860d1a117845ba25f3080d74a876433')
 
 build() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
   cd gtk2



More information about the arch-commits mailing list