Revert "coreutils: set ac_cv_func_lchmod=no"
This reverts commit c5e3472e20
.
This commit is contained in:
parent
ff76d777fb
commit
e30f1e3c80
|
@ -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") [
|
||||
|
|
Loading…
Reference in New Issue