diff --git a/src/bin/coreutils/lib/Jamfile b/src/bin/coreutils/lib/Jamfile index 6efb5a7c49..763c13140e 100644 --- a/src/bin/coreutils/lib/Jamfile +++ b/src/bin/coreutils/lib/Jamfile @@ -87,7 +87,7 @@ StaticLibrary libfetish.a : imaxtostr.c inet_ntop.c isapipe.c - lchown.c +# lchown.c linebuffer.c localcharset.c long-options.c diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index 6e565bcbdd..ffbd6c3e2d 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -722,7 +722,7 @@ /* #undef HAVE_LCHMOD */ /* Define to 1 if you have the `lchown' function. */ -/* #undef HAVE_LCHOWN */ +#define HAVE_LCHOWN 1 /* Define to 1 if you have the `dgc' library (-ldgc). */ /* #undef HAVE_LIBDGC */