diff options
author | Robert Marko <robimarko@gmail.com> | 2023-05-16 10:48:28 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-05-16 14:31:14 +0200 |
commit | 6b17e19ad8560151f399afb7b10ea44315865f69 (patch) | |
tree | fa46454c09c88bbaa978d7e1376b32181ddd4e2c /package/Makefile | |
parent | d26ecbcf95e2c2ecf5380fdee733c6b46276e265 (diff) | |
download | upstream-6b17e19ad8560151f399afb7b10ea44315865f69.tar.gz upstream-6b17e19ad8560151f399afb7b10ea44315865f69.tar.bz2 upstream-6b17e19ad8560151f399afb7b10ea44315865f69.zip |
libbsd: fix compilation with musl 1.2.4
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.
_LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used
to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.
Fixes: fff878c5bcda ("toolchain/musl: update to 1.2.4")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/Makefile')
0 files changed, 0 insertions, 0 deletions