Date: Tuesday, May 19, 2020 @ 09:54:59
  Author: foutrelis
Revision: 386608

Add -fcommon workaround for GCC 10

Modified:
  bftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-19 09:54:58 UTC (rev 386607)
+++ PKGBUILD    2020-05-19 09:54:59 UTC (rev 386608)
@@ -42,7 +42,8 @@
 
 build() {
   cd ${pkgname}
-    ./configure \
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure \
     --prefix=/usr \
     --enable-pam \
     --enable-libz \

Reply via email to