cryptsetup: fix compilation with musl 1.2.4
authorDaniel Golle <daniel@makrotopia.org>
Thu, 18 May 2023 02:14:29 +0000 (03:14 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 18 May 2023 02:18:27 +0000 (03:18 +0100)
commitd4d58fca4b8718ec9a0d63e8c97a392a1b75dc9e
tree9e81f27cec94e86f00e5514dc04151a7e44a5495
parent560f93cb25c235493015cdd6c2308c4c1e4d6afa
cryptsetup: fix compilation with musl 1.2.4

Similar to mdadm also cryptsetup now requires _LARGEFILE64_SOURCE.
Add -D_LARGEFILE64_SOURCE to TARGET_CFLAGS to fix compilation.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/cryptsetup/Makefile