mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #127502 from Mindavi/a52dec/cross
a52dec: support cross-compilation
This commit is contained in:
commit
d7ac89ea47
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
];
|
||||
|
||||
# fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
|
||||
# which can also be fixed with
|
||||
# hardeningDisable = lib.optional stdenv.isi686 "pic";
|
||||
|
Loading…
Reference in New Issue
Block a user