diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-19 22:36:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-19 22:36:13 +0000 |
commit | eaccb06117dd774fadb9914e2dcb783707449375 (patch) | |
tree | d70eaee936aff283041d76f9d04e1e8dd932f7a1 /chapter05 | |
parent | 5b137313ef9d255e90f2ca620005872b49a14232 (diff) |
Add a consolidated set of patches to DejaGNU
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/dejagnu.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index bae0ed7d9..8f097e816 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of DejaGNU</title> + <para>The most recent version of this package was released in 2004. Apply + some fixes that have accumulated since then:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&dejagnu-consolidated-patch;</userinput></screen> + <para>Prepare DejaGNU for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |