From 0c40ddb2c8ba7d0011e24e05b51838c80b5c3889 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Thu, 27 Aug 2020 19:19:14 +0000 Subject: [PATCH] - Fix build with clang 11 --- ftp/bftpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index a2b68d47f79f..83551fec6003 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pam +# Fix build with clang 11 +CFLAGS+= -fcommon USES= autoreconf gmake