opendkim: fix cross-build
This commit is contained in:
parent
b67c061f0a
commit
863ceb5891
@ -10,7 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "06v8bqhh604sz9rh5bvw278issrwjgc4h1wx2pz9a84lpxbvm823";
|
sha256 = "06v8bqhh604sz9rh5bvw278issrwjgc4h1wx2pz9a84lpxbvm823";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags= [ "--with-milter=${libmilter}" ];
|
configureFlags= [
|
||||||
|
"--with-milter=${libmilter}"
|
||||||
|
"ac_cv_func_malloc_0_nonnull=yes"
|
||||||
|
"ac_cv_func_realloc_0_nonnull=yes"
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user