From: Tom Jones Subject: Re: diff.git Fix build on Ubuntu 22.04 To: gameoftrees@openbsd.org Date: Tue, 30 Aug 2022 16:29:42 +0100 On Tue, Aug 30, 2022 at 05:24:42PM +0200, Stefan Sperling wrote: > On Tue, Aug 30, 2022 at 02:40:12PM +0100, Tom Jones wrote: > > Latest Ubuntu wants strlcpy.c in the Makefile to be able to build. > > > > This change passes the tests up to the arraylist tests, which fail when > > comparing the output. > > > > I am not sure if this is an existing issue or not for the diff.git repo. > > On Linux systems strlcpy should be in (libbsd, -lbsd); do you > have a corresponding package installed? > > Perhaps the time has come for an autotools or similar build system > solution for Linux systems to make differences between variants and > versions of linux distributions easier to handle? Oh, thats on me I saw the file in compat and completely forgot about libbsd. That is probably the correct change, I can prepare that. - Tom