summaryrefslogtreecommitdiff
path: root/public/build-bash-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/build-bash-1.html')
-rw-r--r--public/build-bash-1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/build-bash-1.html b/public/build-bash-1.html
index fcc612a..68ca09c 100644
--- a/public/build-bash-1.html
+++ b/public/build-bash-1.html
@@ -30,7 +30,7 @@
<p>I made these two small changes to <code>machines.h</code> to get it to work correctly on my box:</p>
<ol type="1">
<li>Replace <code>#if defined (i386)</code> with <code>#if defined (i386) || defined (__x86_64__)</code>. The purpose of this is obvious.</li>
-<li>Add <code>#define USE_TERMCAP_EMULATION</code> to the section for Linux [sic] on i386 (<code># if !defined (done386) &amp;&amp; (defined (__linux__) || defined (linux))</code>. What this does is tell it to link against libcurses to use curses termcap emulation, instead of linking against libtermcap (which doesn't exist on modern GNU/Linux systems).</li>
+<li>Add <code>#define USE_TERMCAP_EMULATION</code> to the section for Linux [sic] on i386 (<code># if !defined (done386) &amp;&amp; (defined (__linux__) || defined (linux))</code>). What this does is tell it to link against libcurses to use curses termcap emulation, instead of linking against libtermcap (which doesn't exist on modern GNU/Linux systems).</li>
</ol>
<p>Again, I've prepared <a href="./bash-1.14.7-machines-config.patch">a patch</a> that does this.</p>
<h2 id="building">Building</h2>