···13 "--enable-shared"
14 ];
15000016 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
17 # which can also be fixed with
18 # hardeningDisable = lib.optional stdenv.isi686 "pic";
···13 "--enable-shared"
14 ];
1516+ makeFlags = [
17+ "AR=${stdenv.cc.targetPrefix}ar"
18+ ];
19+20 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
21 # which can also be fixed with
22 # hardeningDisable = lib.optional stdenv.isi686 "pic";