···43 # disable the included zlib explicitly as it otherwise still compiles and
44 # links them even.
45 "--with-included-zlib=no"
00046 ];
4748 enableParallelBuilding = true;
···43 # disable the included zlib explicitly as it otherwise still compiles and
44 # links them even.
45 "--with-included-zlib=no"
46+ ] ++ lib.optionals (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_64) [
47+ # fix `multiversioning needs 'ifunc' which is not supported on this target` error
48+ "--disable-roll-simd"
49 ];
5051 enableParallelBuilding = true;