2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

make: fix compilation on alpine

Starting with the musl v1.2.4~69, _GNU_SOURCE doesn't set _LARGEFILE64_SOURCE.

Fixes #2313
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin
2023-12-27 20:33:30 -08:00
parent 7b689b7a42
commit b419f3dfdc
3 changed files with 3 additions and 2 deletions

View File

@@ -47,6 +47,6 @@ RUN apk add \
# The rpc test cases are running as user #1000, let's add the user
RUN adduser -u 1000 -D test
RUN pip3 install junit_xml
RUN pip3 install junit_xml --break-system-packages
RUN make -C test/zdtm