Revert "coreutils: set ac_cv_func_lchmod=no"

This reverts commit c5e3472e20.
This commit is contained in:
Florian Klink 2020-04-29 15:48:25 +02:00
parent ff76d777fb
commit e30f1e3c80

View File

@ -79,7 +79,6 @@ stdenv.mkDerivation (rec {
++ optional (singleBinary != false)
("--enable-single-binary" + optionalString (isString singleBinary) "=${singleBinary}")
++ optional withOpenssl "--with-openssl"
++ optional stdenv.hostPlatform.isLinux "ac_cv_func_lchmod=no"
++ optional stdenv.hostPlatform.isSunOS "ac_cv_func_inotify_init=no"
++ optional withPrefix "--program-prefix=g"
++ optionals (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.libc == "glibc") [