Merge pull request #122938 from bobrik/ivan/autogen-aarch64-darwin
autogen: fix compilation on aarch64-darwin
This commit is contained in:
commit
dac3ffe730
@ -62,7 +62,9 @@ stdenv.mkDerivation rec {
|
||||
# the configure check for regcomp wants to run a host program
|
||||
"libopts_cv_with_libregex=yes"
|
||||
#"MAKEINFO=${buildPackages.texinfo}/bin/makeinfo"
|
||||
]);
|
||||
])
|
||||
# See: https://sourceforge.net/p/autogen/bugs/187/
|
||||
++ lib.optionals stdenv.isDarwin [ "ac_cv_func_utimensat=no" ];
|
||||
|
||||
#doCheck = true; # not reliable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user