In article <29706.1624176...@splode.eterna.com.au>,
matthew green wrote:
>hi folks.
>
>
>enabling gcc10 on sun2 triggered a build failure that i didn't
>see locally with MKPAM=no builds. the problem is that libhx509
>and ftpd both defined yyval and yyerrflag, and the -fno-common
>default makes t
hi folks.
enabling gcc10 on sun2 triggered a build failure that i didn't
see locally with MKPAM=no builds. the problem is that libhx509
and ftpd both defined yyval and yyerrflag, and the -fno-common
default makes them multiply defined.
looking at libxh509, it attempts to rename the yacc symbols