tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/security/mit-krb5



On Tue, 29 Apr 2025 09:51:32 -0400
Greg Troxel <gdt%lexort.com@localhost> wrote:

> It turns out that the c11 is just an autoconf default and this is just
> c99.  I'll wait until Thursday as this seems like a bigger change.

On modern Linux it will fail due to missing strdup(3) if you set strict
C99 mode. It needs to be either gnu99 or c99 with -D_GNU_SOURCE.
Both tested on Fedora 42.

-Tobias


Home | Main Index | Thread Index | Old Index