Merge pull request #275082 from Majiir/gen6dns-cross
gen6dns: fix cross compilation
This commit is contained in:
commit
7e15118af2
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
|||
installManPage gen6dns.1
|
||||
'';
|
||||
|
||||
configureFlags = lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
"ac_cv_func_malloc_0_nonnull=yes"
|
||||
];
|
||||
|
||||
makeFlags = [ "INSTALL_DIR=$(out)/bin" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue