Merge pull request #122938 from bobrik/ivan/autogen-aarch64-darwin

autogen: fix compilation on aarch64-darwin
This commit is contained in:
Jörg Thalheim 2021-05-14 08:14:54 +01:00 committed by GitHub
commit dac3ffe730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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