Date: Tuesday, July 7, 2020 @ 21:16:37
  Author: foutrelis
Revision: 660287

Add -fcommon workaround for GCC 10

Modified:
  jpeg-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-07 21:16:36 UTC (rev 660286)
+++ PKGBUILD    2020-07-07 21:16:37 UTC (rev 660287)
@@ -24,6 +24,7 @@
 
 build() {
   cd "$srcdir/mozjpeg"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   autoreconf -fiv
   ./configure --with-jpeg8 --prefix="$srcdir/jpeg-archive/mozjpeg"
   make

Reply via email to