Date: Saturday, May 16, 2020 @ 20:47:09 Author: foutrelis Revision: 384813
Add -fcommon workaround for GCC 10 Modified: quagga/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-16 20:47:06 UTC (rev 384812) +++ PKGBUILD 2020-05-16 20:47:09 UTC (rev 384813) @@ -49,6 +49,7 @@ build() { cd $pkgname-$pkgver + CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common ./configure \ --prefix=/usr \ --sbindir=/usr/bin \