svn commit: r547332 - in head/ftp/tnftpd: . files

Alexey Dokuchaev danfe at freebsd.org
Wed Sep 2 06:44:34 UTC 2020


On Wed, Sep 02, 2020 at 06:40:06AM +0000, Fernando Apestegu??a wrote:
> New Revision: 547332
> URL: https://svnweb.freebsd.org/changeset/ports/547332
> 
> Log:
>   ftp/tnftpd: update to 20200704
>   
>   Includes fix for clang11 -fno-common issue

Apparently it doesn't include the fix,

> ...
>  GNU_CONFIGURE=	yes
>  
> -CFLAGS+=	-DSUPPORT_UTMPX
> +CFLAGS+=	-DSUPPORT_UTMPX -fcommon

as you need to force -fcommon on CFLAGS.

./danfe


More information about the svn-ports-all mailing list