cmake: remove obsolete Large File Support flags

This was addressed upstream and the linked issue was closed.
This commit is contained in:
Emily
2025-09-19 16:39:15 +01:00
parent 6230af7de6
commit cbca4728ca
-5
View File
@@ -158,11 +158,6 @@ stdenv.mkDerivation (finalAttrs: {
"--sphinx-info"
"--sphinx-man"
]
# Workaround https://gitlab.kitware.com/cmake/cmake/-/issues/20568
++ lib.optionals stdenv.hostPlatform.is32bit [
"CFLAGS=-D_FILE_OFFSET_BITS=64"
"CXXFLAGS=-D_FILE_OFFSET_BITS=64"
]
++ [
"--"
# We should set the proper `CMAKE_SYSTEM_NAME`.