···1920 enableParallelBuilding = true;
2122- # They are used to boost 1.42, and we have newer boost that require
23- # this for freecad to build
24- NIX_CFLAGS_COMPILE = "-DBOOST_FILESYSTEM_VERSION=2";
002526 # This should work on both x86_64, and i686 linux
27 preBuild = ''
···1920 enableParallelBuilding = true;
2122+ # The freecad people are used to boost 1.42, and we have newer boost that
23+ # require the -DBOOST_FILESYSTEM_VERSION=2 for freecad to build
24+ # For zlib to build in i686-linux, as g++ plus glibc defines _LARGEFILE64_SOURCE,
25+ # we need the -D-FILE_OFFSET_BITS=64 indication for zlib headers to work.
26+ NIX_CFLAGS_COMPILE = "-DBOOST_FILESYSTEM_VERSION=2 -D_FILE_OFFSET_BITS=64";
2728 # This should work on both x86_64, and i686 linux
29 preBuild = ''