Re: libxh509 vs ftpd vs sun2

2021-06-20 Thread Christos Zoulas
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

libxh509 vs ftpd vs sun2

2021-06-20 Thread matthew green
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