libomxil-bellagio: Enable cross-compilation
This commit is contained in:
parent
a0410d9226
commit
3655157d22
@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0k6p6h4npn8p1qlgq6z3jbfld6n1bqswzvxzndki937gr0lhfg2r";
|
sha256 = "0k6p6h4npn8p1qlgq6z3jbfld6n1bqswzvxzndki937gr0lhfg2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags =
|
||||||
|
stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ "ac_cv_func_malloc_0_nonnull=yes" ];
|
||||||
|
|
||||||
patches = [ ./fedora-fixes.patch ];
|
patches = [ ./fedora-fixes.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user