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

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


    Date: Tuesday, July 7, 2020 @ 21:16:25
  Author: foutrelis
Revision: 660276

Add -fcommon workaround for GCC 10

Modified:
  gprolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 21:16:24 UTC (rev 660275)
+++ PKGBUILD	2020-07-07 21:16:25 UTC (rev 660276)
@@ -17,6 +17,7 @@
 
 build() {
    cd "$srcdir/gprolog-$pkgver/src"
+   CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-c-flags="$CFLAGS -fPIC"
    make
 }



More information about the arch-commits mailing list