Date: Saturday, May 16, 2020 @ 20:47:20
  Author: foutrelis
Revision: 384816

Add -fcommon workaround for GCC 10

Modified:
  tftp-hpa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-16 20:47:17 UTC (rev 384815)
+++ PKGBUILD    2020-05-16 20:47:20 UTC (rev 384816)
@@ -32,6 +32,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin 
--without-tcpwrappers 
   make
 }

Reply via email to