a52dec: build shared libraries
This commit is contained in:
parent
d17273394b
commit
6b0d3da79f
@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
|
sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-shared"
|
||||||
|
];
|
||||||
|
|
||||||
# fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
|
# fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
|
||||||
# which can also be fixed with
|
# which can also be fixed with
|
||||||
# hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";
|
# hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user