a52dec: build shared libraries

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