mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Chapter 6 - man: Remove ~/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin hack as newer versions of man have fixed the old bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
40d22a9c6b
commit
753f08c807
@ -23,17 +23,9 @@ with more than 80 columns are used in conjunction with recent releases of
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../man-&man-80cols-patch-version;-80cols.patch</userinput></screen></para>
|
||||
|
||||
<para>The paths to some programs are hard-wired into Man's executables.
|
||||
Unfortunately, the configuration script picks the last location in PATH
|
||||
rather than the first place a program is found. By appending
|
||||
<emphasis>/usr/bin:/bin</emphasis> to PATH for the
|
||||
<userinput>./configure</userinput> command, we ensure that Man doesn't
|
||||
use the programs in the <filename class="directory">/tools</filename>
|
||||
directory.</para>
|
||||
|
||||
<para>Now prepare Man for compilation:</para>
|
||||
|
||||
<para><screen><userinput>PATH=$PATH:/usr/bin:/bin ./configure -default -confdir=/etc</userinput></screen></para>
|
||||
<para><screen><userinput>./configure -default -confdir=/etc</userinput></screen></para>
|
||||
|
||||
<para>The meaning of the configure options:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user