mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #275082 from Majiir/gen6dns-cross
gen6dns: fix cross compilation
This commit is contained in:
commit
7e15118af2
@ -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 New Issue
Block a user