a52dec: build shared libraries

+4
+4
pkgs/development/libraries/a52dec/default.nix
··· 8 sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2"; 9 }; 10 11 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686 12 # which can also be fixed with 13 # hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";
··· 8 sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2"; 9 }; 10 11 + configureFlags = [ 12 + "--enable-shared" 13 + ]; 14 + 15 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686 16 # which can also be fixed with 17 # hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";