···4343 # disable the included zlib explicitly as it otherwise still compiles and
4444 # links them even.
4545 "--with-included-zlib=no"
4646+ ] ++ lib.optionals (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_64) [
4747+ # fix `multiversioning needs 'ifunc' which is not supported on this target` error
4848+ "--disable-roll-simd"
4649 ];
47504851 enableParallelBuilding = true;