Merge pull request #127502 from Mindavi/a52dec/cross
a52dec: support cross-compilation
This commit is contained in:
commit
d7ac89ea47
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue