crystfel: fix build with gcc 15 (#503231)

This commit is contained in:
Yohann Boniface
2026-03-26 00:00:34 +00:00
committed by GitHub
@@ -73,6 +73,9 @@ let
in
''
cp ${mesonPatch}/meson.build .
substituteInPlace ccp4/library_utils.c \
--replace-fail " int putenv ();" " int putenv (char *);"
'';
};
# This is the statically-linked, pre-built binary of mosflm. Compiling it ourselves turns out to be very difficult