[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] [PATCH] build: add `patch` as a bootstrap dependency
From: |
Jim Meyering |
Subject: |
Re: [coreutils] [PATCH] build: add `patch` as a bootstrap dependency |
Date: |
Tue, 16 Nov 2010 18:53:00 +0100 |
Pádraig Brady wrote:
> FYI.
>
> commit 79adacc43178916392af3dd581ded87f3aea1655
> Author: Pádraig Brady <address@hidden>
> Date: Tue Nov 16 07:32:32 2010 +0000
>
> build: add `patch` as a bootstrap dependency
>
> * bootstrap.conf (buildreq): require `patch` as it's used
> by gnulib-tool to apply local diffs to gnulib modules
>
> diff --git a/bootstrap.conf b/bootstrap.conf
> index 18ef914..2da0883 100644
> --- a/bootstrap.conf
> +++ b/bootstrap.conf
> @@ -315,6 +315,7 @@ git 1.4.4
> gperf -
> gzip -
> makeinfo -
> +patch -
Thanks!