diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-19 15:47:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-19 15:47:03 +0000 |
commit | 9692a576922a7772e8131d756e4234cea645b5b2 (patch) | |
tree | 34d9e6f07b6001a39d710a76bfcf323c40d6edd6 /prologue | |
parent | d327d74c877a611230b2878ad71295a7057d2606 (diff) |
Add Perl to the list of host requirements as Glibc needs it. Fixes #2112.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 6296f4d47..434d86ee1 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -107,6 +107,10 @@ </listitem> <listitem> + <para><emphasis role="strong">Perl-5.6.0</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Sed-3.0.2</emphasis></para> </listitem> |