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

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 10:09:39 UTC 2020


    Date: Tuesday, May 19, 2020 @ 10:09:37
  Author: foutrelis
Revision: 386630

Add -fcommon workaround for GCC 10

Modified:
  java8-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 10:09:30 UTC (rev 386629)
+++ PKGBUILD	2020-05-19 10:09:37 UTC (rev 386630)
@@ -65,6 +65,8 @@
 build() {
   cd rt-${pkgver//./}-ga
 
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ../gradle-4.8/bin/gradle
 }
 



More information about the arch-commits mailing list