Path to this page:
Subject: CVS commit: pkgsrc/devel/zlib
From: Benny Siegert
Date: 2024-06-04 20:33:45
Message id: 20240604183345.C78B6FC74@cvs.NetBSD.org
Log Message:
zlib: always include unistd.h on Linux
Newer compilers, such as gcc14 in Fedora 40, make calling undeclared
functions an error. zlib uses lseek, which is in unistd.h. The existing
zconf.h has complex logic to include unistd.h in some cases, when it should
probably just include it unconditionally.
Set -DZ_HAVE_UNISTD_H in CFLAGS.Linux. This should probably just be added
unconditionally, but I was hesitant to do so without asking.
Files: