pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Fix for sysutils/entr build failure on Linux
Sijmen J. Mulder wrote:
> entr's Makefile.linux was updated to use strlcpy() added in glibc 2.38,
> but distributions like Debian don't ship that yet, leading to a build
> failure.
>
> Workaround below. OK to commit?
Two alternatives:
- Use Makefile.linux-compat instead (which will use an included
strlcpy() replacement, as before)
- Run upstream's configure script and use the Makefile it picks
Sijmen
Home |
Main Index |
Thread Index |
Old Index