diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-11-16 07:32:32 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-11-16 07:39:06 +0000 |
commit | 79adacc43178916392af3dd581ded87f3aea1655 (patch) | |
tree | f732a348d4f7c569c00ea3926b16f0edcf4b2345 | |
parent | 9ad13ad14ac50b7b7fe57ff3265494b38e15281c (diff) | |
download | coreutils-79adacc43178916392af3dd581ded87f3aea1655.tar.xz |
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
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 18ef914af..2da088367 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -315,6 +315,7 @@ git 1.4.4 gperf - gzip - makeinfo - +patch - perl 5.5 rsync - tar - |